Searched refs:GetCharSetStrFromInt (Results 1 – 5 of 5) sorted by relevance
33 bool GetCharSetStrFromInt(std::string &strCharSet, uint32_t charSet);
70 bool MmsCharSet::GetCharSetStrFromInt(std::string &strCharSet, uint32_t charSet) in GetCharSetStrFromInt() function in OHOS::Telephony::MmsCharSet
29 if (charSet == nullptr || (!charSet->GetCharSetStrFromInt(charSetString, charset_))) { in DumpContentParam()
559 mmsCharSet.GetCharSetStrFromInt(strCharSet, charSet);
217 …if (charSetInstance == nullptr || (!charSetInstance->GetCharSetStrFromInt(strFromCodeset, charset)… in GetEncodeString()