Home
last modified time | relevance | path

Searched defs:UTF16Decode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp28 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp369 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp70 HWTEST_F_L0(UtfHelperTest, UTF16Decode) in HWTEST_F_L0() argument