Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp40 len = utf::ConvertRegionUtf16ToUtf8(s->GetDataUtf16(), buf.data(), s->GetLength(), len, 0); in ParseFloat()
139 …size_t convertedSize = utf::ConvertRegionUtf16ToUtf8(s->GetDataUtf16(), buf.data(), length, utf8Si… in StdCoreDoubleParseInt()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h114 size_t PUBLIC_API ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16L…
Dutf_helper.cpp259 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.h136 PANDA_PUBLIC_API size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t …
Dutf.cpp115 return ConvertRegionUtf16ToUtf8(utf16In, mutf8Out, utf16Len, mutf8Len, start, true); in ConvertRegionUtf16ToMUtf8()
505 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp518 … utf8Pos = ConvertRegionUtf16ToUtf8(utf16ValuePtr, utf8Out, utf16Len, utf8Len, start, modify); in ConvertRegionUtf16ToUtf8Test()
527 … utf8Pos = ConvertRegionUtf16ToUtf8(utf16ValuePtr, utf8Out, utf16Len, utf8Len, start, modify); in ConvertRegionUtf16ToUtf8Test()
540 HWTEST_F_L0(UtfHelperTest, ConvertRegionUtf16ToUtf8) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h495 … return base::utf_helper::ConvertRegionUtf16ToUtf8(data, buf, maxLength, maxLength, start,
498 return base::utf_helper::ConvertRegionUtf16ToUtf8(data, buf, length, maxLength, start,
550 …len = base::utf_helper::ConvertRegionUtf16ToUtf8(data, buf.data(), strLen, len, 0, modify, false, …
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map325 panda::ecmascript::base::utf_helper::ConvertRegionUtf16ToUtf8*;