Home | History | Annotate | Download | only in unicode

Lines Matching full:order

71  * .      t_int32 order, primaryOrder;
79 * . order = ucol_next(c, &success);
81 * . order = ucol_prev(c, &success);
88 * ucol_next() returns the collation order of the next.
89 * ucol_prev() returns the collation order of the previous character.
95 * ucol_prev or ucol_next, the first or last collation order will be returned.
101 * Character based on the comparison level of the collator. A collation order
102 * consists of primary order, secondary order and tertiary order. The data
103 * type of the collation order is <strong>t_int32</strong>.
242 * specified comparison order.
245 * @param order A collation order returned by previous or next.
252 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
257 * In order to reset the iterator to the current collation property settings,
288 * In order to reset the iterator to the current collation property settings,
302 * Get the primary order of a collation order.
303 * @param order the collation order
304 * @return the primary order of a collation order.
308 ucol_primaryOrder (int32_t order);
311 * Get the secondary order of a collation order.
312 * @param order the collation order
313 * @return the secondary order of a collation order.
317 ucol_secondaryOrder (int32_t order);
320 * Get the tertiary order of a collation order.
321 * @param order the collation order
322 * @return the tertiary order of a collation order.
326 ucol_tertiaryOrder (int32_t order);