Lines Matching refs:UCollationElements
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.
134 ucol_closeElements(UCollationElements *elems);
140 * @param elems The UCollationElements to reset.
146 ucol_reset(UCollationElements *elems);
151 * @param elems The UCollationElements containing the text.
158 ucol_next(UCollationElements *elems, UErrorCode *status);
164 * @param elems The UCollationElements containing the text.
174 ucol_previous(UCollationElements *elems, UErrorCode *status);
180 * @param elems The UCollationElements containing the text.
188 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
195 * @param elems The UCollationElements to set.
203 ucol_setText( UCollationElements *elems,
212 * @param elems The UCollationElements to query.
218 ucol_getOffset(const UCollationElements *elems);
226 * @param elems The UCollationElements to set.
233 ucol_setOffset(UCollationElements *elems,