Home
last modified time | relevance | path

Searched refs:utf81Index (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp216 uint32_t utf81Index = 0; in CompareUtf8ToUtf8() local
220 if (utf81Index == utf81Length && utf82Index == utf82Length) { in CompareUtf8ToUtf8()
224 if (utf81Index == utf81Length && utf82Index < utf82Length) { in CompareUtf8ToUtf8()
228 if (utf81Index < utf81Length && utf82Index == utf82Length) { in CompareUtf8ToUtf8()
240 utf81Index += n1; in CompareUtf8ToUtf8()

Completed in 1 milliseconds