Home
last modified time | relevance | path

Searched defs:cu1 (Results 1 – 5 of 5) 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.h347 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
354 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
364 char32_t cu1 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h349 …char32_t cu1 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-… in DecodeCP() local
352 …char32_t cu1 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-… in DecodeCP() local
358 …char32_t cu1 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-… in DecodeCP() local
Dustring.cpp48 char32_t cu1 = ((cp - Constants::CELESTIAL_OFFSET) >> OFFSET) | Constants::SURROGATE_HIGH_MIN; in EncodeSurrogate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp139 uint16_t cu1 = in FromCodePoint() local
858 uint16_t cu1 = std::floor((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) / in ToWellFormed() local