Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_unicode.c567 int32_t *ustrANormEnd = ustrA; /* how far we have already normalized in ustrA */ in utf8_normalizeOptCaseFoldAndMatchSubstring() local
581 if (ustrANormEnd - ustrA < ustrB_len) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
607 if (ustrANormEnd + bufAlen > ustrALimit) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
611 *ustrANormEnd++ = bufA[idx]; in utf8_normalizeOptCaseFoldAndMatchSubstring()
615 } while ((ustrANormEnd - ustrA < ustrB_len) && (strA < strALimit || unormAlen > 0)); in utf8_normalizeOptCaseFoldAndMatchSubstring()
618 if (ustrANormEnd - ustrA < ustrB_len) { in utf8_normalizeOptCaseFoldAndMatchSubstring()