Searched refs:unormAstart (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_unicode.c | 199 int32_t unormAstart = 0, unormBstart = 0; in utf8_normalizeOptCaseFoldAndCompare() local 221 err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, unormA, unormAcc, &unormAlen, &unormAstart, in utf8_normalizeOptCaseFoldAndCompare() 246 if (bufAlen > 1 && bufA[bufAlen - 1] == 0x03B9 && unormAstart == 0) { in utf8_normalizeOptCaseFoldAndCompare() 529 int32_t unormAstart = 0; in utf8_normalizeOptCaseFoldAndMatchSubstring() local 544 … err = nextBaseAndAnyMarks(&strA, strALimit, case_sens, unormA, unormAcc, &unormAlen, &unormAstart, in utf8_normalizeOptCaseFoldAndMatchSubstring()
|