Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_unicode.c218 bool needReorderA = false, needReorderB = false; in utf8_normalizeOptCaseFoldAndCompare() local
222 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndCompare()
237 if (needReorderA) { in utf8_normalizeOptCaseFoldAndCompare()
587 bool needReorderA = false; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
591 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndMatchSubstring()
602 if (needReorderA) { in utf8_normalizeOptCaseFoldAndMatchSubstring()