Home
last modified time | relevance | path

Searched defs:tailPos (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1119 int32_t tailPos = pos + static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength()); in Replace() local
1293 ProcessDollarSingleQuote(EcmaVM *ecmaVm, std::u16string &stringBuilder, const JSHandle<EcmaString> &srcString, int tailPos, bool &canBeCompress) ProcessDollarSingleQuote() argument
1389 int32_t tailPos = position + static_cast<int32_t>(EcmaStringAccessor(matched).GetLength()); GetSubstitution() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp894 GateRef tailPos = Int32Add(pos, searchStringInfoGate.GetLength()); in Replace() local

Completed in 10 milliseconds