Home
last modified time | relevance | path

Searched refs:UTF8_1B_MAX (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp88 if (codepoint <= UTF8_1B_MAX) { in UTF8Length()
195 if (d0 <= UTF8_1B_MAX) { in ConvertUtf16ToUtf8()
242 } else if (utf16[i] <= UTF8_1B_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size()
H A Dutf_helper.h63 static constexpr uint8_t UTF8_1B_MAX = 0x7f; member
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h66 constexpr uint8_t UTF8_1B_MAX = 0x7f; member
H A Dutf.cpp434 if (d0 <= UTF8_1B_MAX) { in ConvertUtf16ToUtf8()
479 } else if (utf16[i] <= UTF8_1B_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h318 return data - 1U < utf::UTF8_1B_MAX; in IsASCIICharacter()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h670 return data <= base::utf_helper::UTF8_1B_MAX;
1499 return data <= base::utf_helper::UTF8_1B_MAX; in IsASCIICharacter()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp156 if (static_cast<uint8_t>(c) > utf::UTF8_1B_MAX) { in StringItem()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dutf_helper_test.cpp411 uint8_t utf8Value2[1] = {UTF8_1B_MAX}; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp2113 return Int32UnsignedLessThan(Int32Sub(gate, Int32(1)), Int32(base::utf_helper::UTF8_1B_MAX)); in IsASCIICharacter()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1752 return Int32UnsignedLessThan(Int32Sub(data, Int32(1)), Int32(base::utf_helper::UTF8_1B_MAX)); in IsASCIICharacter()

Completed in 21 milliseconds