Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp163 Utf8Char utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
173 Utf8Char utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, true); in HWTEST_F_L0()
178 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
185 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
190 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
200 Utf8Char utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
207 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
221 Utf8Char utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
228 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
235 utf8Char = ConvertUtf16ToUtf8(utf16Data0, utf16Data1, false); in HWTEST_F_L0()
[all …]
Dnumber_helper_test.cpp353 utf_helper::Utf8Char d = utf_helper::ConvertUtf16ToUtf8(c, 0, true); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h132 PANDA_PUBLIC_API Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify);
171 return ConvertUtf16ToUtf8(d0, d1, true); in ConvertUtf16ToMUtf8()
Dutf.cpp415 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8() function
520 Utf8Char ch = ConvertUtf16ToUtf8(utf16In[i], next16Code, modify); in ConvertRegionUtf16ToUtf8()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Console.cpp48 const utf::Utf8Char utf8Ch = utf::ConvertUtf16ToUtf8(c, 0, false); in StdConsolePrintChar()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h109 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer = false);
Dutf_helper.cpp169 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp639 const utf::Utf8Char utf8Ch = utf::ConvertUtf16ToUtf8(c, 0, false); in UTF16toUTF8()