Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dstring_utils.h37 static std::wstring Utf8ToWstring(const std::string &utf8Str);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp138 std::wstring StringUtils::Utf8ToWstring(const std::string& utf8Str) in Utf8ToWstring() function in OHOS::Location::StringUtils
H A Dagnss_ni_manager.cpp352 std::wstring decodedUTF8String = StringUtils::Utf8ToWstring(tmp); in DecodeNiString()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp2243 EXPECT_NE(L"", StringUtils::Utf8ToWstring(str));