OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCollationElements
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucoleitr.h
41
* The
UCollationElements
struct.
45
typedef struct
UCollationElements
UCollationElements
;
49
* \brief C API:
UCollationElements
51
* The
UCollationElements
API is used as an iterator to walk through each
72
* .
UCollationElements
*c;
118
U_STABLE
UCollationElements
* U_EXPORT2
136
* Close a
UCollationElements
.
137
* Once closed, a
UCollationElements
may no longer be used.
138
* @param elems The
UCollationElements
to close
[
all
...]
coleitr.h
45
* The
UCollationElements
struct.
49
typedef struct
UCollationElements
UCollationElements
;
343
UCollationElements
*m_data_;
/external/icu4c/i18n/unicode/
ucoleitr.h
43
* The
UCollationElements
struct.
47
typedef struct
UCollationElements
UCollationElements
;
51
* \brief C API:
UCollationElements
53
* The
UCollationElements
API is used as an iterator to walk through each
74
* .
UCollationElements
*c;
120
U_STABLE
UCollationElements
* U_EXPORT2
138
* Close a
UCollationElements
.
139
* Once closed, a
UCollationElements
may no longer be used.
140
* @param elems The
UCollationElements
to close
[
all
...]
coleitr.h
45
* The
UCollationElements
struct.
49
typedef struct
UCollationElements
UCollationElements
;
343
UCollationElements
*m_data_;
/external/icu4c/i18n/
ucol_imp.h
364
struct
UCollationElements
: public icu::UMemory
387
struct
UCollationElements
;
391
uprv_init_pce(const struct
UCollationElements
*elems);
622
* This indicates the last element in a
UCollationElements
has been consumed.
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
366
struct
UCollationElements
: public U_NAMESPACE_QUALIFIER UMemory
389
struct
UCollationElements
;
393
uprv_init_pce(const struct
UCollationElements
*elems);
606
* This indicates the last element in a
UCollationElements
has been consumed.
[
all
...]
Completed in 6781 milliseconds