Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dstring_utils.h38 static std::wstring Ucs2ToWstring(const std::string &ucs2Str);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp144 std::wstring StringUtils::Ucs2ToWstring(const std::string& ucs2Str) in Ucs2ToWstring() function in OHOS::Location::StringUtils
H A Dagnss_ni_manager.cpp348 std::wstring decodedUCS2String = StringUtils::Ucs2ToWstring(tmp); in DecodeNiString()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp2253 EXPECT_NE(L"", StringUtils::Ucs2ToWstring(str));