Home
last modified time | relevance | path

Searched refs:UTF16Decode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h75 uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
Dutf_helper.cpp27 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h122 static uint16_t UTF16Decode(uint16_t lead, uint16_t trail);
Dbuiltins_global.cpp252 vv = base::utf_helper::UTF16Decode(cc, kc); in Encode()
Dbuiltins_string.cpp333 uint32_t res = base::utf_helper::UTF16Decode(first, second); in CodePointAt()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp94 HWTEST_F_L0(UtfHelperTest, UTF16Decode) in HWTEST_F_L0() argument
100 uint32_t codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()
106 codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()