Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp60 inline size_t UTF8Length(uint32_t codepoint) in UTF8Length()
75 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
225 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToUtf8() local
301 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToLatin1() local