Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp58 inline size_t UTF8Length(uint32_t codepoint) in UTF8Length()
73 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
218 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToUtf8() local