Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h29 static constexpr uint32_t DECODE_FIRST_FACTOR = 0x400; variable
Dutf_helper.cpp31 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode()