Home
last modified time | relevance | path

Searched refs:DECODE_FIRST_FACTOR (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h57 constexpr uint32_t DECODE_FIRST_FACTOR = 0x400; member
H A Dutf.cpp374 uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE_SECOND_FACTOR; in UTF16Decode()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h48 static constexpr uint32_t DECODE_FIRST_FACTOR = 0x400; member
H A Dutf_helper.cpp32 uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE_SECOND_FACTOR; in UTF16Decode()

Completed in 4 milliseconds