Searched defs:isUtf16 (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Double.cpp | 103 bool isUtf16 = s->IsUtf16(); in StdCoreDoubleParseInt() local
|
| H A D | escompat_RegExp.cpp | 278 bool isUtf16 = inputStr->IsUtf16(); in Execute() local
|
| H A D | std_core_String.cpp | 45 static ObjectHeader *StdCoreStringGetDataAsArray(EtsString *s, ets_int begin, ets_int end, bool isUtf16) in StdCoreStringGetDataAsArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_opcode.cpp | 680 void RangeSet::Invert(bool isUtf16) in Invert() argument
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_opcode.cpp | 607 void RangeSet::Invert(bool isUtf16) in Invert() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 1798 bool isUtf16 = EcmaStringAccessor(inputString).IsUtf16(); in RegExpExecInternal() local 1819 Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const uint8_t *buffer, size_t length, int32_t lastIndex, bool isUtf16) Matcher() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 224 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8);
in FastStringCharCodeAt() local 761 BRANCH(IsUtf16String(thisValue), &isUtf16, &sliceString);
in GetSubString() local 1094 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8);
in StringAt() local 1178 BRANCH(IsUtf16String(str), &isUtf16, &isUtf8); GetSingleCharCodeFromLineString() local 1291 BRANCH(IsUtf16String(stringInfoGate.GetString()), &isUtf16, &isUtf8); CreateFromEcmaString() local 1381 BRANCH(IsUtf8String(thisValue), &isUtf8, &isUtf16); FastSubString() local 1618 CanBeCompressed(GateRef data, GateRef len, bool isUtf16) CanBeCompressed() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 8815 BRANCH(IsUtf8String(stringInfoGate.GetString()), &isUtf8, &isUtf16); in GetNormalStringData() local
|
Completed in 32 milliseconds