Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c519 int32_t *ustrA = (int32_t *)buf; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
520 const int32_t *ustrALimit = ustrA + (buf_size / sizeof(int32_t)); in utf8_normalizeOptCaseFoldAndMatchSubstring()
521 int32_t *ustrANormEnd = ustrA; /* how far we have already normalized in ustrA */ in utf8_normalizeOptCaseFoldAndMatchSubstring()
535 if (ustrANormEnd - ustrA < ustrB_len) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
569 } while ((ustrANormEnd - ustrA < ustrB_len) && (strA < strALimit || unormAlen > 0)); in utf8_normalizeOptCaseFoldAndMatchSubstring()
572 if (ustrANormEnd - ustrA < ustrB_len) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
576 if (memcmp(ustrA, ustrB, ustrB_len * sizeof(ustrB[0])) == 0) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
580 ustrA++; /* advance match position */ in utf8_normalizeOptCaseFoldAndMatchSubstring()