Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_span_of_enclosing_comment_test.cpp60 size_t const length1 = 0; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp66 bool DecodedTextSpanIntersectsWith(const int start1, const int length1, const int start2, const int… in DecodedTextSpanIntersectsWith()
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp689 const auto length1 = static_cast<int>(EcmaStringAccessor(string1).GetLength()); in TryFastCompareStrings() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp1002 uint32_t length1 = string1->GetLength(); in Concat() local