Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_unicode.c247 int32_t tailCount = 0; in utf8_normalizeOptCaseFoldAndCompare() local
248 …while (tailCount < kNFCSingleCharDecompMaxPlusPushback - unormAlen && bufAlen > 1 && bufA[bufAlen … in utf8_normalizeOptCaseFoldAndCompare()
249 tailCount++; in utf8_normalizeOptCaseFoldAndCompare()
253 unormA[idx - 1 + tailCount] = unormA[idx - 1]; in utf8_normalizeOptCaseFoldAndCompare()
254 unormAcc[idx - 1 + tailCount] = unormAcc[idx - 1]; in utf8_normalizeOptCaseFoldAndCompare()
256 for (idx = 0; idx < tailCount; idx++) { in utf8_normalizeOptCaseFoldAndCompare()
260 unormAlen += tailCount; in utf8_normalizeOptCaseFoldAndCompare()
263 int32_t tailCount = 0; in utf8_normalizeOptCaseFoldAndCompare() local
264 …while (tailCount < kNFCSingleCharDecompMaxPlusPushback - unormBlen && bufBlen > 1 && bufB[bufBlen … in utf8_normalizeOptCaseFoldAndCompare()
265 tailCount++; in utf8_normalizeOptCaseFoldAndCompare()
[all …]