Home
last modified time | relevance | path

Searched defs:isUtf16 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp.cpp28 bool EtsRegExp::Compile(const PandaVector<uint8_t> &pattern, const bool isUtf16, const int len) in Compile()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp73 bool isUtf16 = s->IsUtf16(); in StdCoreDoubleParseInt() local
Dstd_core_String.cpp47 …atic ObjectHeader *StdCoreStringDataAsArray(EtsString *s, ets_int begin, ets_int end, bool isUtf16) in StdCoreStringDataAsArray()
Descompat_RegExp.cpp293 const bool isUtf16 = options.hasSlashU || isUtf16Str || isUtf16Pattern || re.IsUtf16(); in Execute() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp211 Label isUtf16(env); in FastStringCharCodeAt() local
723 Label isUtf16(env); in GetSubString() local
1080 Label isUtf16(env); in StringAt() local
1146 Label isUtf16(env); in GetSingleCharCodeFromLineString() local
1244 Label isUtf16(env); in CreateFromEcmaString() local
1319 Label isUtf16(env); in FastSubString() local
1392 Label isUtf16(env); in FastSubUtf16String() local
1575 GateRef BuiltinsStringStubBuilder::CanBeCompressed(GateRef data, GateRef len, bool isUtf16) in CanBeCompressed()
2470 Label isUtf16(&builder_); in AllocateLineString() local
2641 Label isUtf16(env); in StringConcat() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.cpp607 void RangeSet::Invert(bool isUtf16) in Invert()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp680 void RangeSet::Invert(bool isUtf16) in Invert()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1854 bool isUtf16 = EcmaStringAccessor(inputString).IsUtf16(); in RegExpExecInternal() local
1894 bool isUtf16, StringSource source) in Matcher()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10345 Label isUtf16(env); in GetNormalStringData() local