Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp217 uint32_t utf82Index = 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()
241 utf82Index += n2; in CompareUtf8ToUtf8()

Completed in 2 milliseconds