• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/i18n/unicode/

Lines Matching defs:UCollationElements

45  * The UCollationElements struct.
49 typedef struct UCollationElements UCollationElements;
53 * \brief C API: UCollationElements
55 * The UCollationElements API is used as an iterator to walk through each
76 * . UCollationElements *c;
122 U_STABLE UCollationElements* U_EXPORT2
140 * Close a UCollationElements.
141 * Once closed, a UCollationElements may no longer be used.
142 * @param elems The UCollationElements to close.
146 ucol_closeElements(UCollationElements *elems);
152 * @param elems The UCollationElements to reset.
158 ucol_reset(UCollationElements *elems);
163 * @param elems The UCollationElements containing the text.
170 ucol_next(UCollationElements *elems, UErrorCode *status);
176 * @param elems The UCollationElements containing the text.
186 ucol_previous(UCollationElements *elems, UErrorCode *status);
195 * @param elems The UCollationElements containing the text.
205 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
217 * @param elems The UCollationElements containing the text.
230 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
237 * @param elems The UCollationElements containing the text.
245 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
252 * @param elems The UCollationElements to set.
260 ucol_setText( UCollationElements *elems,
269 * @param elems The UCollationElements to query.
275 ucol_getOffset(const UCollationElements *elems);
283 * @param elems The UCollationElements to set.
290 ucol_setOffset(UCollationElements *elems,