Searched refs:UTF16Decode (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.h | 105 uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
|
| D | utf_helper.cpp | 28 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.h | 128 PANDA_PUBLIC_API uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
|
| D | utf.cpp | 370 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.h | 241 static uint16_t UTF16Decode(uint16_t lead, uint16_t trail);
|
| D | builtins_global.cpp | 290 vv = base::utf_helper::UTF16Decode(cc, kc); in Encode()
|
| D | builtins_string.cpp | 327 uint32_t res = base::utf_helper::UTF16Decode(first, second); in CodePointAt()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | utf_helper_test.cpp | 70 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()
|