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:EqualsIgnoreCase
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_utils.h
26
static bool
EqualsIgnoreCase
(const std::string &str1, const std::string &str2);
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_decoder_v21.cpp
143
VCardUtils::
EqualsIgnoreCase
(VCardUtils::Trim(strArr[0]), VCARD_TYPE_BEGIN) &&
in ReadBegin()
144
VCardUtils::
EqualsIgnoreCase
(VCardUtils::Trim(strArr[1]), DATA_VCARD)) {
in ReadBegin()
181
if (name == VCARD_TYPE_END && VCardUtils::
EqualsIgnoreCase
(rawDataValue, DATA_VCARD)) {
in ParseItem()
H
A
D
vcard_manager.cpp
320
if (!charset.empty() && !VCardUtils::
EqualsIgnoreCase
(DEFAULT_CHARSET, charset)) {
in ParameterTypeAndCharsetCheck()
H
A
D
vcard_utils.cpp
80
bool VCardUtils::
EqualsIgnoreCase
(const std::string &str1, const std::string &str2)
in EqualsIgnoreCase()
function in OHOS::Telephony::VCardUtils
H
A
D
vcard_constructor.cpp
37
needCharsetParam_ = !(VCardConfiguration::IsVer30(cardType) && VCardUtils::
EqualsIgnoreCase
("UTF-8", charset));
in VCardConstructor()
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
306
VCardUtils::
EqualsIgnoreCase
(fuzzdata, fuzzdata);
in VCardUtilsTest()
Completed in 6 milliseconds