Home
last modified time | relevance | path

Searched refs:NormalizeSubStringIndexes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h282 … static std::pair<int32_t, int32_t> NormalizeSubStringIndexes(int32_t beginIndex, int32_t endIndex, in NormalizeSubStringIndexes() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp78 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, str->GetCoreType()); in StdCoreStringSubstring()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp271 …auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, static_cast<coretypes::Str… in SubStringFromStringEntrypoint()