Home
last modified time | relevance | path

Searched refs:gsm7Str (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp156 std::string StringUtils::Gsm7Decode(const std::string &gsm7Str) in Gsm7Decode() argument
165 for (char c : gsm7Str) { in Gsm7Decode()
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dstring_utils.h41 static std::string Gsm7Decode(const std::string &gsm7Str);
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp2327 std::string gsm7Str = "ABCDEFGHI"; variable
2328 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));
2337 std::string gsm7Str = "abcdefg"; variable
2338 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));
2347 std::string gsm7Str = " "; variable
2348 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));