Searched refs:tailCount (Results 1 – 1 of 1) sorted by relevance
247 int32_t tailCount = 0; in utf8_normalizeOptCaseFoldAndCompare() local248 …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() local264 …while (tailCount < kNFCSingleCharDecompMaxPlusPushback - unormBlen && bufBlen > 1 && bufB[bufBlen … in utf8_normalizeOptCaseFoldAndCompare()265 tailCount++; in utf8_normalizeOptCaseFoldAndCompare()[all …]