OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCollationElements
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
ucoleitr.h
35
* The
UCollationElements
struct.
39
typedef struct
UCollationElements
UCollationElements
;
43
* \brief C API:
UCollationElements
45
* The
UCollationElements
API is used as an iterator to walk through each
66
* .
UCollationElements
*c;
112
U_STABLE
UCollationElements
* U_EXPORT2
130
* Close a
UCollationElements
.
131
* Once closed, a
UCollationElements
may no longer be used.
132
* @param elems The
UCollationElements
to close
[
all
...]
/external/icu/libandroidicu/include/unicode/
ucoleitr.h
35
* The
UCollationElements
struct.
39
typedef struct
UCollationElements
UCollationElements
;
43
* \brief C API:
UCollationElements
45
* The
UCollationElements
API is used as an iterator to walk through each
66
* .
UCollationElements
*c;
112
U_STABLE
UCollationElements
* U_EXPORT2
130
* Close a
UCollationElements
.
131
* Once closed, a
UCollationElements
may no longer be used.
132
* @param elems The
UCollationElements
to close
[
all
...]
Completed in 539 milliseconds