Home | History | Annotate | Download | only in unicode

Lines Matching full:character

54  * character of an international string. Use the iterator to return the
55 * ordering priority of the positioned character. The ordering priority of a
56 * character, which we refer to as a key, defines how a character is collated
91 * ucol_prev() returns the collation order of the previous character.
103 * Character based on the comparison level of the collator. A collation order
176 * A single character may contain more than one collation element.
188 * A single character may contain more than one collation element.
208 * A single character may contain more than one collation element.
224 * A single character may contain more than one collation element.
279 * Get the offset of the current source character.
280 * This is an offset into the text of the character containing the current
283 * @return The offset of the current source character.
291 * Set the offset of the current source character.
292 * This is an offset into the text of the character to be processed.
297 * @param offset The desired character offset.