Home
last modified time | relevance | path

Searched defs:isUtf16 (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Double.cpp103 bool isUtf16 = s->IsUtf16(); in StdCoreDoubleParseInt() local
H A Descompat_RegExp.cpp278 bool isUtf16 = inputStr->IsUtf16(); in Execute() local
H A Dstd_core_String.cpp45 static ObjectHeader *StdCoreStringGetDataAsArray(EtsString *s, ets_int begin, ets_int end, bool isUtf16) in StdCoreStringGetDataAsArray() argument
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp680 void RangeSet::Invert(bool isUtf16) in Invert() argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp607 void RangeSet::Invert(bool isUtf16) in Invert() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp1798 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 Dbuiltins_string_stub_builder.cpp224 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 Dstub_builder.cpp8815 BRANCH(IsUtf8String(stringInfoGate.GetString()), &isUtf8, &isUtf16); in GetNormalStringData() local

Completed in 31 milliseconds