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.
105 * @param coll The collator containing the desired collation rules.
109 * @return a struct containing collation element information
139 * Reset the collation elements to their initial state.
141 * Property settings for collation will be reset to the current status.
151 * Get the ordering priority of the next collation element in the text.
152 * A single character may contain more than one collation element.
155 * @return The next collation elements ordering, otherwise returns NULLORDER
163 * Get the ordering priority of the previous collation element in the text.
164 * A single character may contain more than one collation element.
165 * Note that internally a stack is used to store buffered collation elements.
170 * @return The previous collation elements ordering, otherwise returns
183 * @param order A collation order returned by previous or next.
184 * @return maximum size of the expansion sequences ending with the collation
185 * element or 1 if collation element does not occur at the end of any
193 * Set the text containing the collation elements.
194 * Property settings for collation will remain the same.
195 * In order to reset the iterator to the current collation property settings,
198 * @param text The source text containing the collation elements.
213 * collation elements.
225 * Property settings for collation will remain the same.
226 * In order to reset the iterator to the current collation property settings,
240 * Get the primary order of a collation order.
241 * @param order the collation order
242 * @return the primary order of a collation order.
249 * Get the secondary order of a collation order.
250 * @param order the collation order
251 * @return the secondary order of a collation order.
258 * Get the tertiary order of a collation order.
259 * @param order the collation order
260 * @return the tertiary order of a collation order.