Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_unicode.c197 …uint8_t unormAcc[kNFCSingleCharDecompMaxPlusPushback], unormBcc[kNFCSingleCharDecompMaxPlusPushbac… in utf8_normalizeOptCaseFoldAndCompare() local
222 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndCompare()
254 unormAcc[idx - 1 + tailCount] = unormAcc[idx - 1]; in utf8_normalizeOptCaseFoldAndCompare()
258 unormAcc[idx] = 0; in utf8_normalizeOptCaseFoldAndCompare()
573 uint8_t unormAcc[kNFCSingleCharDecompMax]; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
591 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndMatchSubstring()