Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h128 constexpr uint16_t ENCODE_LEAD_LOW = 0xD800; member in panda::ecmascript::CompareStringsOption
H A Dbuiltins_string.cpp140 std::floor((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) / ENCODE_FIRST_FACTOR) + ENCODE_LEAD_LOW; in FromCodePoint()
859 ENCODE_FIRST_FACTOR) + ENCODE_LEAD_LOW; in ToWellFormed()

Completed in 7 milliseconds