Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp210 int32_t lhsCount = static_cast<int32_t>(lhs.GetLength()); in Compare() local
259 int32_t lhsCount = static_cast<int32_t>(lhs.GetLength()); in IsSubStringAt() local
302 int32_t lhsCount = static_cast<int32_t>(lhstring->GetLength()); in IndexOf() local
357 int32_t lhsCount = static_cast<int32_t>(lhstring->GetLength()); in LastIndexOf() local
510 int32_t lhsCount = static_cast<int32_t>(left.GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_impl.h251 int32_t lhsCount = static_cast<int32_t>(left->GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1890 GateRef lhsCount = lStringInfoGate.GetLength(); in StringIndexOf() local