Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h25 constexpr uint16_t ENCODE_LEAD_LOW = 0xD800; variable
Dbuiltins_string.cpp158 …:floor((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) / ENCODE_FIRST_FACTOR) + ENCODE_LEAD_LOW; in FromCodePoint()