Searched refs:utf8_1_index (Results 1 – 1 of 1) sorted by relevance
281 uint32_t utf8_1_index = 0; in CompareUtf8ToUtf8() local285 if (utf8_1_index == utf8_1_length && utf8_2_index == utf8_2_length) { in CompareUtf8ToUtf8()289 if (utf8_1_index == utf8_1_length && utf8_2_index < utf8_2_length) { in CompareUtf8ToUtf8()293 if (utf8_1_index < utf8_1_length && utf8_2_index == utf8_2_length) { in CompareUtf8ToUtf8()305 utf8_1_index += n1; in CompareUtf8ToUtf8()