Home
last modified time | relevance | path

Searched defs:rhs_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()
300 Span<uint16_t> rhs_sp(rstr->GetDataUtf16(), rstr_leng); in Compare() local
307 Span<uint8_t> rhs_sp(rstr->GetDataMUtf8(), rstr_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()
375 Span<const uint8_t> rhs_sp(rhs->GetDataMUtf8(), rhs_count); in IndexOf() local
379 Span<const uint16_t> rhs_sp(rhs->GetDataUtf16(), rhs_count); in IndexOf() local
383 Span<const uint16_t> rhs_sp(rhs->GetDataUtf16(), rhs_count); in IndexOf() local
387 Span<const uint8_t> rhs_sp(rhs->GetDataMUtf8(), rhs_count); in IndexOf() local