Searched refs:tailCount (Results 1 – 1 of 1) sorted by relevance
247 int32_t tailCount = 0; in utf8_normalizeOptCaseFoldAndCompare() local249 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() local265 tailCount++; in utf8_normalizeOptCaseFoldAndCompare()269 unormB[idx - 1 + tailCount] = unormB[idx - 1]; in utf8_normalizeOptCaseFoldAndCompare()272 for (idx = 0; idx < tailCount; idx++) { in utf8_normalizeOptCaseFoldAndCompare()[all …]