Searched defs:rhsIsUtf8 (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 1761 GateRef BuiltinsStringStubBuilder::StringIndexOf(GateRef lhsData, bool lhsIsUtf8, GateRef rhsData, bool rhsIsUtf8,
in StringIndexOf() argument 1950 BRANCH(IsUtf8String(rStringInfoGate.GetString()), &rhsIsUtf8, &rhsIsUtf16);
in StringIndexOf() local 2724 BRANCH(IsUtf8String(rStringInfoGate.GetString()), &rhsIsUtf8, in IsSubStringAt() local 2660 IsSubStringAt(GateRef lhsData, bool lhsIsUtf8, GateRef rhsData, bool rhsIsUtf8, GateRef pos, GateRef rhsCount) IsSubStringAt() argument [all...] |
Completed in 8 milliseconds