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

  /external/chromium/third_party/icu/public/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 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/webkit/WebCore/icu/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
127 * Close a UCollationElements.
128 * Once closed, a UCollationElements may no longer be used.
129 * @param elems The UCollationElements to close
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 329 struct UCollationElements
352 uprv_init_pce(const struct UCollationElements *elems);
563 * This indicates the last element in a UCollationElements has been consumed.
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 355 struct UCollationElements : public U_NAMESPACE_QUALIFIER UMemory
379 uprv_init_pce(const struct UCollationElements *elems);
590 * This indicates the last element in a UCollationElements has been consumed.
    [all...]

Completed in 593 milliseconds