Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp257 int32_t rhsCount = static_cast<int32_t>(rhs.GetLength()); in Compare() local
322 int32_t rhsCount = static_cast<int32_t>(rhs.GetLength()); in IsSubStringAt() local
406 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in IndexOf() local
461 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in LastIndexOf() local
726 int32_t rhsCount = static_cast<int32_t>(right->GetLength()); in StringsAreEqualDiffUtfEncoding() local
758 int32_t rhsCount = static_cast<int32_t>(right.GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1765 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
1923 GateRef rhsCount = rStringInfoGate.GetLength(); in StringIndexOf() local
3064 bool rhsIsUtf8, GateRef pos, GateRef rhsCount) in IsSubStringAt()
3124 GateRef rhsCount = rStringInfoGate.GetLength(); in IsSubStringAt() local