Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp27 constexpr size_t MAX_U16 = 0xffff; member
332 res += pair > MAX_U16 ? CONST_2 : 1; in MUtf8ToUtf16Size()
347 res += pair > MAX_U16 ? CONST_2 : 1; in MUtf8ToUtf16Size()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h88 constexpr size_t MAX_U16 = 0xffff; variable
H A Dutf.cpp266 res += pair > MAX_U16 ? CONST_2 : 1; in MUtf8ToUtf16Size()
281 res += pair > MAX_U16 ? CONST_2 : 1; in MUtf8ToUtf16Size()

Completed in 3 milliseconds