Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLanguageTag.cpp101 class SplitView { class
151 SplitView(std::string_view input, char delimiter) : input_(input), delimiter_(delimiter) {} in SplitView() function in ark::ets::stdlib::intl::SplitView