Home
last modified time | relevance | path

Searched refs:EncodeUTF8 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h73 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index);
Dutf_helper.cpp75 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8() function
238 utf8Pos += EncodeUTF8(codepoint, utf8Out, utf8Len, utf8Pos); in ConvertRegionUtf16ToUtf8()