Searched refs:UTF8_3B_MAX (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ | ||
D | utf_helper.h | 48 static constexpr uint16_t UTF8_3B_MAX = 0xffff; variable |
D | utf_helper.cpp | 68 if (codepoint <= UTF8_3B_MAX) { in UTF8Length() |