Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h105 uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
Dutf_helper.cpp28 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h128 PANDA_PUBLIC_API uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
Dutf.cpp370 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h241 static uint16_t UTF16Decode(uint16_t lead, uint16_t trail);
Dbuiltins_global.cpp290 vv = base::utf_helper::UTF16Decode(cc, kc); in Encode()
Dbuiltins_string.cpp327 uint32_t res = base::utf_helper::UTF16Decode(first, second); in CodePointAt()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp70 HWTEST_F_L0(UtfHelperTest, UTF16Decode) in HWTEST_F_L0() argument
76 uint32_t codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()
82 codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()