Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_unicode.c190 const char *strALimit = strA + strA_len; in utf8_normalizeOptCaseFoldAndCompare() local
221 err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, false /* allow_slashes */, 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()
564 const char *strALimit = strA + strA_len; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
590 err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, false /* allow_slashes */, in utf8_normalizeOptCaseFoldAndMatchSubstring()
615 } while ((ustrANormEnd - ustrA < ustrB_len) && (strA < strALimit || unormAlen > 0)); in utf8_normalizeOptCaseFoldAndMatchSubstring()