Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_unicode.c196 int32_t unormA[kNFCSingleCharDecompMaxPlusPushback], unormB[kNFCSingleCharDecompMaxPlusPushback]; in utf8_normalizeOptCaseFoldAndCompare() local
222 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndCompare()
253 unormA[idx - 1 + tailCount] = unormA[idx - 1]; in utf8_normalizeOptCaseFoldAndCompare()
257 unormA[idx] = 0x03B9; in utf8_normalizeOptCaseFoldAndCompare()
572 int32_t unormA[kNFCSingleCharDecompMax]; in utf8_normalizeOptCaseFoldAndMatchSubstring() local
591 unormA, unormAcc, &unormAlen, &unormAstart, bufA, bufAcc, &bufAlen, &needReorderA, &startA); in utf8_normalizeOptCaseFoldAndMatchSubstring()