Searched refs:strALimit (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_unicode.c | 190 const char *strALimit = strA + strA_len; in utf8_normalizeOptCaseFoldAndCompare() local 221 err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, unormA, unormAcc, &unormAlen, &unormAstart, 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() 518 const char *strALimit = strA + strA_len; 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()
|