Home
last modified time | relevance | path

Searched refs:ToUpper (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp179 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()
H A Dvcard_decoder_v30.cpp89 std::string name = VCardUtils::ToUpper(VCardUtils::Trim(strs[0])); in DealParams()
H A Dvcard_utils.cpp124 std::string VCardUtils::ToUpper(const std::string &str) in ToUpper() function in OHOS::Telephony::VCardUtils
436 std::string typeStringUpperCase = ToUpper(typeStringOrg); in GetPhoneTypeFromStrings()
H A Dvcard_contact.cpp620 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp192 void ToUpper(char* arr) in ToUpper() function
218 ToUpper(strMacTmp); in GenerateRandomMacAddress()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_util.h39 static std::string ToUpper(const std::string& str);
122 inline std::string PrintUtil::ToUpper(const std::string& val) in ToUpper() function
H A Dprint_security_guard_util.h36 std::string upper = PrintUtil::ToUpper(des); in GetPrinterType()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h29 static std::string ToUpper(const std::string &str);
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp308 VCardUtils::ToUpper(fuzzdata); in VCardUtilsTest()