Home
last modified time | relevance | path

Searched refs:IsASCIICharacter (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp643 if (!IsASCIICharacter(utf8Data[index]) || in CanBeCompressed()
644 !IsASCIICharacter(utf8Data[index + 1]) || // 1: the second element of the block in CanBeCompressed()
645 !IsASCIICharacter(utf8Data[index + 2]) || // 2: the third element of the block in CanBeCompressed()
646 !IsASCIICharacter(utf8Data[index + 3])) { // 3: the fourth element of the block in CanBeCompressed()
652 if (!IsASCIICharacter(utf8Data[index])) { in CanBeCompressed()
665 if (!IsASCIICharacter(utf16Data[index]) || in CanBeCompressed()
666 !IsASCIICharacter(utf16Data[index + 1]) || // 1: the second element of the block in CanBeCompressed()
667 !IsASCIICharacter(utf16Data[index + 2]) || // 2: the third element of the block in CanBeCompressed()
668 !IsASCIICharacter(utf16Data[index + 3])) { // 3: the fourth element of the block in CanBeCompressed()
674 if (!IsASCIICharacter(utf16Dat in CanBeCompressed()
[all...]
H A Djs_collator.cpp664 return index >= stringLength || EcmaStringAccessor::IsASCIICharacter(EcmaStringAccessor(string).Get<false>(index)); in CharIsAsciiOrOutOfBounds()
H A Decma_string.h664 static bool IsASCIICharacter(uint16_t data)
1493 static bool IsASCIICharacter(uint16_t data) in IsASCIICharacter() function in panda::EcmaStringAccessor
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp575 if (!IsASCIICharacter(data[i])) { in CanBeCompressed()
592 if (!IsASCIICharacter(data[i])) { in CanBeCompressedMUtf8()
615 if (!IsASCIICharacter(data[i]) && data[i] != non) { in CanBeCompressedUtf16()
632 if (!IsASCIICharacter(data[i]) && data[i] != non) { in CanBeCompressedMUtf8()
886 bool canBeCompressed = IsASCIICharacter(newC); in DoReplace()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.h86 GateRef IsASCIICharacter(GateRef data);
H A Dbuiltins_string_stub_builder.cpp72 BRANCH(IsASCIICharacter(ZExtInt16ToInt32(*value)), &canBeCompress, &canNotBeCompress); in FromCharCode()
747 GateRef canStoreAsUtf8 = IsASCIICharacter(charCode); in GetSubString()
1240 GateRef canStoreAsUtf8 = IsASCIICharacter(charCode); in CreateStringBySingleCharCode()
1639 BRANCH(IsASCIICharacter(ZExtInt16ToInt32(tmp)), &loopEnd, &isNotASCIICharacter); in CanBeCompressed()
1643 BRANCH(IsASCIICharacter(ZExtInt8ToInt32(tmp)), &loopEnd, &isNotASCIICharacter); in CanBeCompressed()
1750 GateRef BuiltinsStringStubBuilder::IsASCIICharacter(GateRef data) in IsASCIICharacter() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
2535 GateRef canStoreAsUtf8 = IsASCIICharacter(first); in StringIteratorNext()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.cpp111 if (!ark::coretypes::String::IsASCIICharacter(arr->Get(i))) { in AppendCharArrayToBuffer()
641 ASSERT(ark::coretypes::String::IsASCIICharacter(str[i])); in FloatingPointToCharArray()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h315 static bool IsASCIICharacter(uint16_t data) in IsASCIICharacter() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.h805 GateRef IsASCIICharacter(GateRef gate);
H A Dmcr_circuit_builder.cpp2111 GateRef CircuitBuilder::IsASCIICharacter(GateRef gate) in IsASCIICharacter() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dtyped_hcr_lowering.cpp3395 BRANCH_CIR(builder_.IsASCIICharacter(builder_.ZExtInt16ToInt32(*value)), &canBeCompress, &canNotBeCompress); in LowerStringFromSingleCharCode()

Completed in 40 milliseconds