Home
last modified time | relevance | path

Searched refs:ToUpper (Results 1 - 8 of 8) sorted by relevance

/base/print/print_fwk/utils/include/
H A Dprint_security_guard_util.h36 std::string upper = PrintUtil::ToUpper(des); in GetPrinterType()
H A Dprint_util.h38 static std::string ToUpper(const std::string& str);
115 inline std::string PrintUtil::ToUpper(const std::string& val) in ToUpper() function in OHOS::Print::PrintUtil
/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::npos) { 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]));
430 DealEncodingParam(VCardUtils::ToUpper(value), rawData, errorCode);
464 if (!(ContainValue(VCardUtils::ToUpper(type), GetSupportParamType()) || VCardUtils::StartWith(type, "X-"))) {
477 if (!(ContainValue(VCardUtils::ToUpper(value), GetSupportParamValue()) || VCardUtils::StartWith(value, "X-"))) { in DealValueParam()
728 if (VCardUtils::ToUpper(rawData->GetRawValue()).find("BEGIN : VCARD") != std::string::npos) { in DealAgent()
799 return VCardUtils::ToUpper(lin in getUpperName()
[all...]
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.cpp641 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in HandleSipCase()
976 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in AddEmailsData()
1031 std::string typeStringUpperCase = VCardUtils::ToUpper(typeStringOrg); in AddPostalDatas()
1049 if (VCardUtils::ToUpper(label) == VCARD_PARAM_ADR_EXTRA_TYPE_OTHER) { in AddPostalDatas()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h29 static std::string ToUpper(const std::string &str);
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp308 VCardUtils::ToUpper(fuzzdata); in VCardUtilsTest()

Completed in 8 milliseconds