Home | History | Annotate | Download | only in unicode

Lines Matching defs: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
127 * Close a UCollationElements.
128 * Once closed, a UCollationElements may no longer be used.
129 * @param elems The UCollationElements to close.
133 ucol_closeElements(UCollationElements *elems);
139 * @param elems The UCollationElements to reset.
145 ucol_reset(UCollationElements *elems);
150 * @param elems The UCollationElements containing the text.
157 ucol_next(UCollationElements *elems, UErrorCode *status);
166 * @param elems The UCollationElements containing the text.
176 ucol_previous(UCollationElements *elems, UErrorCode *status);
182 * @param elems The UCollationElements containing the text.
190 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
197 * @param elems The UCollationElements to set.
205 ucol_setText( UCollationElements *elems,
214 * @param elems The UCollationElements to query.
220 ucol_getOffset(const UCollationElements *elems);
228 * @param elems The UCollationElements to set.
235 ucol_setOffset(UCollationElements *elems,