Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_unicode.c198 int32_t unormAlen = 0, unormBlen = 0; in utf8_normalizeOptCaseFoldAndCompare() local
222 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); 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()
574 int32_t unormAlen = 0; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
591 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndMatchSubstring()
615 } while ((ustrANormEnd - ustrA < ustrB_len) && (strA < strALimit || unormAlen > 0)); in utf8_normalizeOptCaseFoldAndMatchSubstring()