Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp274 …tf8ToUtf8(const uint8_t *utf8_1, size_t utf8_1_length, const uint8_t *utf8_2, size_t utf8_2_length) in CompareUtf8ToUtf8() argument
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()
Dutf.h88 …f8ToUtf8(const uint8_t *utf8_1, size_t utf8_1_length, const uint8_t *utf8_2, size_t utf8_2_length);