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:UEnumeration
(Results
1 - 6
of
6
) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H
A
D
uenum.h
42
struct
UEnumeration
;
44
typedef struct
UEnumeration
UEnumeration
;
typedef
50
* @param en
UEnumeration
structure pointer
54
uenum_close(
UEnumeration
* en);
65
* @param en
UEnumeration
structure pointer
72
uenum_count(
UEnumeration
* en, UErrorCode* status);
96
uenum_unext(
UEnumeration
* en,
129
uenum_next(
UEnumeration
* en,
143
uenum_reset(
UEnumeration
* e
[all...]
H
A
D
uloc.h
670
*
UEnumeration
* keywordEnum = uloc_openKeywords("de_DE@collation=PHONEBOOK;calendar=TRADITIONAL", &status);
838
* The returned
UEnumeration
must be closed by the caller.
842
* @return a
UEnumeration
owned by the caller, or nullptr on failure.
845
U_CAPI
UEnumeration
* U_EXPORT2
933
U_CAPI
UEnumeration
* U_EXPORT2
1094
UEnumeration
* availableLocales,
1119
UEnumeration
* availableLocales,
H
A
D
ucal.h
577
U_CAPI
UEnumeration
* U_EXPORT2
592
U_CAPI
UEnumeration
* U_EXPORT2
611
U_CAPI
UEnumeration
* U_EXPORT2
1357
U_CAPI
UEnumeration
* U_EXPORT2
H
A
D
ucol.h
723
U_CAPI
UEnumeration
* U_EXPORT2
736
U_CAPI
UEnumeration
* U_EXPORT2
750
U_CAPI
UEnumeration
* U_EXPORT2
769
U_CAPI
UEnumeration
* U_EXPORT2
H
A
D
ucnv.h
1596
* Returns a
UEnumeration
to enumerate all of the canonical converter
1600
* @return A
UEnumeration
object for getting all the recognized canonical
1607
U_CAPI
UEnumeration
* U_EXPORT2
1655
* Return a new
UEnumeration
object for enumerating all the
1669
* @return A
UEnumeration
object for getting all aliases that are recognized
1677
U_CAPI
UEnumeration
* U_EXPORT2
H
A
D
utrans.h
346
* Return a
UEnumeration
for the available transliterators.
349
* @return
UEnumeration
for the available transliterators.
354
U_CAPI
UEnumeration
* U_EXPORT2
Completed in 8 milliseconds