Searched defs:UCollationElements (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h43 * The UCollationElements struct.
47 typedef struct UCollationElements UCollationElements; typedef in typeref:struct: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 t
[all...]
H A Dcoleitr.h45 * The UCollationElements struct.
49 typedef struct UCollationElements UCollationElements; typedef in typeref:struct:UCollationElements
328 UCollationElements *m_data_;
/external/icu/icu4c/source/i18n/unicode/
H A Ducoleitr.h33 * The UCollationElements struct.
37 typedef struct UCollationElements UCollationElements; typedef in typeref:struct:UCollationElements
41 * \brief C API: UCollationElements
43 * The UCollationElements API is used as an iterator to walk through each
64 * . UCollationElements *c;
110 U_STABLE UCollationElements* U_EXPORT2
128 * Close a UCollationElements.
129 * Once closed, a UCollationElements may no longer be used.
130 * @param elems The UCollationElements t
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h364 struct UCollationElements : public icu::UMemory struct in inherits:icu::UMemory
387 struct UCollationElements;
391 uprv_init_pce(const struct UCollationElements *elems);
610 * This indicates the last element in a UCollationElements has been consumed.

Completed in 931 milliseconds