Searched refs:GetCharSetIntFromString (Results 1 – 7 of 7) sorted by relevance
32 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
311 if (!GetCharSetIntFromString(tmpCharSet, sCharset)) { in DecodeCharsetField()373 bool SmsWapPushContentType::GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSe… in GetCharSetIntFromString() function in OHOS::Telephony::SmsWapPushContentType
60 bool MmsCharSet::GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet) in GetCharSetIntFromString() function in OHOS::Telephony::MmsCharSet
258 bool GetCharSetIntFromString(uint32_t &charSet, const std::string &strCharSet);
323 …if (charSetInstance == nullptr || (!charSetInstance->GetCharSetIntFromString(tmpCharSet, sCharset)… in DecodeCharsetField()
1019 bool ret = mmsCharSet.GetCharSetIntFromString(charSet, strCharSet);
653 EXPECT_TRUE(smsWapPushContentType->GetCharSetIntFromString(charSet, strCharSet));