Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp237 int32_t CompareStringSpan(Span<T1> &lhs_sp, Span<T2> &rhs_sp, int32_t count) in CompareStringSpan()
299 Span<uint8_t> lhs_sp(lstr->GetDataMUtf8(), lstr_leng); in Compare() local
306 Span<uint16_t> lhs_sp(lstr->GetDataUtf16(), lstr_leng); in Compare() local
323 int32_t String::IndexOf(Span<const T1> &lhs_sp, Span<const T2> &rhs_sp, int32_t pos, int32_t max) in IndexOf()
374 Span<const uint8_t> lhs_sp(lhs->GetDataMUtf8(), lhs_count); in IndexOf() local
378 Span<const uint16_t> lhs_sp(lhs->GetDataUtf16(), lhs_count); in IndexOf() local
382 Span<const uint8_t> lhs_sp(lhs->GetDataMUtf8(), lhs_count); in IndexOf() local
386 Span<const uint16_t> lhs_sp(lhs->GetDataUtf16(), lhs_count); in IndexOf() local