Home
last modified time | relevance | path

Searched defs:length2 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp66 …dedTextSpanIntersectsWith(const int start1, const int length1, const int start2, const int length2) in DecodedTextSpanIntersectsWith()
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp690 const auto length2 = static_cast<int>(EcmaStringAccessor(string2).GetLength()); in TryFastCompareStrings() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp1003 uint32_t length2 = string2->GetLength(); in Concat() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2557 uint32_t length2 = val5Arr->Length(vm); in JsonObjGetArray() local