Home
last modified time | relevance | path

Searched refs:unormAlen (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c198 int32_t unormAlen = 0, unormBlen = 0; in utf8_normalizeOptCaseFoldAndCompare() local
221 err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, unormA, unormAcc, &unormAlen, &unormAstart, in utf8_normalizeOptCaseFoldAndCompare()
248 …while (tailCount < kNFCSingleCharDecompMaxPlusPushback - unormAlen && bufAlen > 1 && bufA[bufAlen … in utf8_normalizeOptCaseFoldAndCompare()
252 for (idx = unormAlen; idx > 0; idx--) { in utf8_normalizeOptCaseFoldAndCompare()
260 unormAlen += tailCount; in utf8_normalizeOptCaseFoldAndCompare()
286 } while ((strA < strALimit || unormAlen > 0) && (strB < strBLimit || unormBlen > 0)); in utf8_normalizeOptCaseFoldAndCompare()
288 *are_equal = (strA == strALimit && unormAlen == 0 && strB == strBLimit && unormBlen == 0); in utf8_normalizeOptCaseFoldAndCompare()
528 int32_t unormAlen = 0; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
544 … err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, unormA, unormAcc, &unormAlen, &unormAstart, in utf8_normalizeOptCaseFoldAndMatchSubstring()
569 } while ((ustrANormEnd - ustrA < ustrB_len) && (strA < strALimit || unormAlen > 0)); in utf8_normalizeOptCaseFoldAndMatchSubstring()