Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp30 Label isUtf16(env); in StringAt() local
65 Label isUtf16(env); in CreateFromEcmaString() local
137 Label isUtf16(env); in FastSubString() local
208 Label isUtf16(env); in FastSubUtf16String() local
286 GateRef BuiltinsStringStubBuilder::CanBeCompressed(GateRef data, GateRef len, bool isUtf16) in CanBeCompressed()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp655 bool isUtf16 = EcmaStringAccessor(inputString).IsUtf16(); in RegExpReplaceFast() local
1326 bool isUtf16) in Matcher()
1447 bool isUtf16 = EcmaStringAccessor(inputString).IsUtf16(); in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp648 void RangeSet::Invert(bool isUtf16) in Invert()