Home
last modified time | relevance | path

Searched defs:cu2 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp49 char32_t cu2 = (cp & Constants::SURROGATE_LOW_MARKER) | Constants::SURROGATE_HIGH_MAX; in EncodeSurrogate() local
H A Dustring.h355 char32_t cu2 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
365 char32_t cu2 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp49 char32_t cu2 = (cp & Constants::SURROGATE_LOW_MARKER) | Constants::SURROGATE_HIGH_MAX; in EncodeSurrogate() local
H A Dustring.h353 char32_t cu2 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeCP() local
359 char32_t cu2 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeCP() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp141 uint16_t cu2 = in FromCodePoint() local
860 uint16_t cu2 = ((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) % in ToWellFormed() local

Completed in 8 milliseconds