Home
last modified time | relevance | path

Searched defs:Utf8ToUtf16Size (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp45 size_t UtfUtils::Utf8ToUtf16Size(const uint8_t* utf8, size_t utf8Len) in Utf8ToUtf16Size() function in common::UtfUtils
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp433 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp570 size_t Utf8ToUtf16Size(const uint8_t *utf8, size_t utf8Len) in Utf8ToUtf16Size() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp469 HWTEST_F_L0(UtfHelperTest, Utf8ToUtf16Size) in HWTEST_F_L0() argument