Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp209 int CompareUtf8ToUtf8(const uint8_t *utf81, size_t utf81Length, const uint8_t *utf82, size_t utf82Length) in CompareUtf8ToUtf8() argument
220 if (utf81Index == utf81Length && utf82Index == utf82Length) { in CompareUtf8ToUtf8()
224 if (utf81Index == utf81Length && utf82Index < utf82Length) { in CompareUtf8ToUtf8()
228 if (utf81Index < utf81Length && utf82Index == utf82Length) { in CompareUtf8ToUtf8()
H A Dutf.h112 size_t utf82Length);

Completed in 3 milliseconds