Searched refs:strB (Results 1 – 2 of 2) sorted by relevance
112 const char *strB,
185 const char *strB, in utf8_normalizeOptCaseFoldAndCompare() argument191 const char *strBLimit = strB + strB_len; in utf8_normalizeOptCaseFoldAndCompare()226 err = nextBaseAndAnyMarks(&strB, strBLimit, case_sens, false /* allow_slashes */, in utf8_normalizeOptCaseFoldAndCompare()286 } while ((strA < strALimit || unormAlen > 0) && (strB < strBLimit || unormBlen > 0)); in utf8_normalizeOptCaseFoldAndCompare()288 *are_equal = (strA == strALimit && unormAlen == 0 && strB == strBLimit && unormBlen == 0); in utf8_normalizeOptCaseFoldAndCompare()