Searched refs:gsm7Str (Results 1 – 3 of 3) sorted by relevance
156 std::string StringUtils::Gsm7Decode(const std::string &gsm7Str) in Gsm7Decode() argument165 for (char c : gsm7Str) { in Gsm7Decode()
41 static std::string Gsm7Decode(const std::string &gsm7Str);
2327 std::string gsm7Str = "ABCDEFGHI"; variable2328 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));2337 std::string gsm7Str = "abcdefg"; variable2338 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));2347 std::string gsm7Str = " "; variable2348 EXPECT_NE("", StringUtils::Gsm7Decode(gsm7Str));