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:VER_21
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_configuration.h
25
static const int32_t
VER_21
= 0;
member in OHOS::Telephony::VCardConfiguration
37
(
VER_21
| NAME_ORDER_JAPANESE | FLAG_USE_DEFACT_PROPERTY | FLAG_USE_ANZHUO_PROPERTY);
41
(
VER_21
| NAME_ORDER_JAPANESE | FLAG_CONVERT_PHONETIC_NAME_STRINGS | FLAG_REFRAIN_QP_TO_NAME_PROPERTIES);
H
A
D
vcard_manager.h
32
int32_t cardType = VCardConfiguration::
VER_21
, const std::string &charset = "UTF-8");
34
const DataShare::DataSharePredicates &predicates, int32_t cardType = VCardConfiguration::
VER_21
,
37
int32_t cardType = VCardConfiguration::
VER_21
, const std::string &charset = "UTF-8");
H
A
D
vcard_encoder.h
27
explicit VCardEncoder(int32_t cardType = VCardConfiguration::
VER_21
, const std::string &charset = "UTF-8");
H
A
D
vcard_constructor.h
34
explicit VCardConstructor(int32_t cardType = VCardConfiguration::
VER_21
, const std::string &charset = "UTF-8");
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_configuration.cpp
28
return (static_cast<uint32_t>(vcardType) & VER_FLAG) ==
VER_21
;
in IsVer21()
Completed in 2 milliseconds