Lines Matching full:collation
10 * \brief C++ API: Collation Element Iterator.
24 * 12/10/99 aliu Ported Thai collation support from Java.
58 * the given collation object.
59 * For example, consider the following in Slovak and in traditional Spanish collation:
63 * And in German phonebook collation,
91 * The method next() returns the collation order of the next character based on
93 * collation order of the previous character based on the comparison level of
94 * the collator. The Collation Element Iterator moves only in one direction
100 * Hence at the next call of next() or previous(), the first or last collation order,
101 * or collation order at the spefcifieid position will be returned. If a change of
105 * iterate (previous()) on the same string are equivalent, if collation orders
107 * Character based on the comparison level of the collator. A collation order
109 * type of the collation order is <strong>int32_t</strong>.
181 * Get the ordering priority of the previous collation element in the string.
190 * Gets the primary order of a collation order.
191 * @param order the collation order
192 * @return the primary order of a collation order.
198 * Gets the secondary order of a collation order.
199 * @param order the collation order
200 * @return the secondary order of a collation order.
206 * Gets the tertiary order of a collation order.
207 * @param order the collation order
208 * @return the tertiary order of a collation order.
216 * @param order a collation order returned by previous or next.
217 * @return maximum size of the expansion sequences ending with the collation
218 * element or 1 if collation element does not occur at the end of any
250 * @param order the collation order.
311 * collation object. The cursor will walk thru the source string based on the
312 * predefined collation rules. If the source string is empty, NULLORDER will
315 * @param order the collation object.
331 * collation object. The cursor will walk thru the source string based on the
332 * predefined collation rules. If the source string is empty, NULLORDER will
335 * @param order the collation object.