Lines Matching full:collation

49  * in the given collation object.
50 * For example, consider the following in Slovak and in traditional Spanish collation:
55 * And in German phonebook collation,
82 * ucol_next() returns the collation order of the next.
83 * ucol_prev() returns the collation order of the previous character.
84 * The Collation Element Iterator moves only in one direction between calls to
89 * ucol_prev or ucol_next, the first or last collation order will be returned.
94 * collation orders with the value 0 are ignored.
95 * Character based on the comparison level of the collator. A collation order
97 * type of the collation order is <strong>int32_t</strong>.
103 * Open the collation elements for a string.
109 * @param coll The collator containing the desired collation rules.
113 * @return a struct containing collation element information
142 * Reset the collation elements to their initial state.
144 * Property settings for collation will be reset to the current status.
154 * Get the ordering priority of the next collation element in the text.
155 * A single character may contain more than one collation element.
158 * @return The next collation elements ordering, otherwise returns UCOL_NULLORDER
166 * Get the ordering priority of the previous collation element in the text.
167 * A single character may contain more than one collation element.
168 * Note that internally a stack is used to store buffered collation elements.
173 * @return The previous collation elements ordering, otherwise returns
186 * @param order A collation order returned by previous or next.
187 * @return maximum size of the expansion sequences ending with the collation
188 * element or 1 if collation element does not occur at the end of any
196 * Set the text containing the collation elements.
197 * Property settings for collation will remain the same.
198 * In order to reset the iterator to the current collation property settings,
206 * @param text The source text containing the collation elements.
221 * collation elements.
233 * Property settings for collation will remain the same.
234 * In order to reset the iterator to the current collation property settings,
248 * Get the primary order of a collation order.
249 * @param order the collation order
250 * @return the primary order of a collation order.
257 * Get the secondary order of a collation order.
258 * @param order the collation order
259 * @return the secondary order of a collation order.
266 * Get the tertiary order of a collation order.
267 * @param order the collation order
268 * @return the tertiary order of a collation order.