Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ToUpper
(Results
1 - 8
of
8
) sorted by relevance
/base/print/print_fwk/utils/include/
H
A
D
print_security_guard_util.h
36
std::string upper = PrintUtil::
ToUpper
(des);
in GetPrinterType()
H
A
D
print_util.h
38
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
D
vcard_decoder_v21.cpp
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::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
D
vcard_decoder_v30.cpp
89
std::string name = VCardUtils::
ToUpper
(VCardUtils::Trim(strs[0]));
in DealParams()
H
A
D
vcard_utils.cpp
124
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
D
vcard_contact.cpp
641
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
D
vcard_utils.h
29
static std::string
ToUpper
(const std::string &str);
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
308
VCardUtils::
ToUpper
(fuzzdata);
in VCardUtilsTest()
Completed in 8 milliseconds