Home
last modified time | relevance | path

Searched defs:rhsCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp243 int32_t rhsCount = static_cast<int32_t>(rhs.GetLength()); in Compare() local
308 int32_t rhsCount = static_cast<int32_t>(rhs.GetLength()); in IsSubStringAt() local
392 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in IndexOf() local
447 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in LastIndexOf() local
578 int32_t rhsCount = static_cast<int32_t>(right->GetLength()); in StringsAreEqualDiffUtfEncoding() local
610 int32_t rhsCount = static_cast<int32_t>(right.GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1713 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
1871 GateRef rhsCount = rStringInfoGate.GetLength(); in StringIndexOf() local
2556 bool rhsIsUtf8, GateRef pos, GateRef rhsCount) in IsSubStringAt()
2616 GateRef rhsCount = rStringInfoGate.GetLength(); in IsSubStringAt() local