HomeSort by relevance Sort by last modified time
    Searched defs:UCollationElements (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/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;
328 UCollationElements *m_data_;
  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 33 * The UCollationElements struct.
37 typedef struct UCollationElements 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 to close
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 364 struct UCollationElements : public 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.
    [all...]

Completed in 79 milliseconds