Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp281 uint32_t utf8_1_index = 0; in CompareUtf8ToUtf8() local
285 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()