Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp65 auto formatS = std::string(format->ConvertToStringView(&buf)); in EscompatDateGetLocaleString()
66 auto localeS = std::string(locale->ConvertToStringView(&buf)); in EscompatDateGetLocaleString()
Dstd_core_String.cpp174 auto thisS = std::string(thisStr->ConvertToStringView(&buf)); in StdCoreStringMatch()
175 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch()
323 std::string_view locTag = langTag->ConvertToStringView(&buf); in ParseSingleBCP47LanguageTag()
Dstd_core_Double.cpp68 std::string_view locTag = locale->ConvertToStringView(&buf); in StdCoreDoubleToLocaleString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h350 std::string_view ConvertToStringView(PandaVector<uint8_t> *buf) in ConvertToStringView() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp555 return EtsString::FromEtsObject(callRes)->ConvertToStringView(&strBuf); in PrintExceptionInfo()