Home
last modified time | relevance | path

Searched refs:ConvertToStringView (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp59 auto formatS = std::string(format->ConvertToStringView(&buf)); in EscompatDateGetLocaleString()
60 auto localeS = std::string(locale->ConvertToStringView(&buf)); in EscompatDateGetLocaleString()
Dstd_core_String.cpp131 auto thisS = std::string(thisStr->ConvertToStringView(&buf)); in StdCoreStringMatch()
132 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch()
275 std::string_view locTag = langTag->ConvertToStringView(&buf); in ParseSingleBCP47LanguageTag()
Dstd_core_Double.cpp41 std::string_view locTag = locale->ConvertToStringView(&buf); in StdCoreDoubleToLocaleString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h233 std::string_view ConvertToStringView(PandaVector<uint8_t> *buf) in ConvertToStringView() function