Searched refs:ToUpper (Results 1 – 9 of 9) sorted by relevance
179 std::string name = VCardUtils::ToUpper(rawData->GetName()); in ParseItem()201 std::string nameUp = VCardUtils::ToUpper(rawData->GetName()); in DealRawDataValue()246 …if (line.empty() || line[0] != ' ' || VCardUtils::ToUpper(line).find("END:VCARD") != std::string::… in DealV21Value()299 …if (!(ContainValue(VCardUtils::ToUpper(name), GetSupportType()) || VCardUtils::StartWith(name, "X-… in RecordUnknowParamType()419 std::string name = VCardUtils::ToUpper(VCardUtils::Trim(strs[0])); in DealParams()430 DealEncodingParam(VCardUtils::ToUpper(value), rawData, errorCode); in DealParams()464 …if (!(ContainValue(VCardUtils::ToUpper(type), GetSupportParamType()) || VCardUtils::StartWith(type… in DealTypeParam()477 …if (!(ContainValue(VCardUtils::ToUpper(value), GetSupportParamValue()) || VCardUtils::StartWith(va… in DealValueParam()728 if (VCardUtils::ToUpper(rawData->GetRawValue()).find("BEGIN : VCARD") != std::string::npos) { in DealAgent()799 return VCardUtils::ToUpper(line.substr(0, minIndex)); in getUpperName()
89 std::string name = VCardUtils::ToUpper(VCardUtils::Trim(strs[0])); in DealParams()
124 std::string VCardUtils::ToUpper(const std::string &str) in ToUpper() function in OHOS::Telephony::VCardUtils436 std::string typeStringUpperCase = ToUpper(typeStringOrg); in GetPhoneTypeFromStrings()
620 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in HandleSipCase()955 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in AddEmailsData()1010 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in AddPostalDatas()1028 if (VCardUtils::ToUpper(label) == VCARD_PARAM_ADR_EXTRA_TYPE_OTHER) { in AddPostalDatas()
192 void ToUpper(char* arr) in ToUpper() function218 ToUpper(strMacTmp); in GenerateRandomMacAddress()
39 static std::string ToUpper(const std::string& str);122 inline std::string PrintUtil::ToUpper(const std::string& val) in ToUpper() function
36 std::string upper = PrintUtil::ToUpper(des); in GetPrinterType()
29 static std::string ToUpper(const std::string &str);
308 VCardUtils::ToUpper(fuzzdata); in VCardUtilsTest()