Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp302 uint8_t latin1Code = static_cast<uint8_t>(codepoint & latin1Limit); in ConvertRegionUtf16ToLatin1() local
303 latin1Out[latin1Pos++] = latin1Code; in ConvertRegionUtf16ToLatin1()