Home
last modified time | relevance | path

Searched defs:cu1 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp48 char32_t cu1 = ((cp - Constants::CELESTIAL_OFFSET) >> OFFSET) | Constants::SURROGATE_HIGH_MIN; in EncodeSurrogate() local
Dustring.h325 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
328 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
334 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp150 uint16_t cu1 = in FromCodePoint() local