Lines Matching full:character
55 * each character of an international string. Use the iterator to return the
56 * ordering priority of the positioned character. The ordering priority of a
57 * character, which we refer to as a key, defines how a character is collated in
66 * The key of a character, is an integer composed of primary order(short),
92 * character based on the comparison level of the collator.
94 * previous character based on the comparison level of the collator.
111 * Character based on the comparison level of the collator. A collation order
176 * Gets the ordering priority of the next character in the string.
178 * @return the next character's ordering. otherwise returns NULLORDER if an
246 * @param str the source character iterator.
255 * @return TRUE if a character is ignorable, FALSE otherwise.
261 * Gets the offset of the currently processed character in the source string.
262 * @return the offset of the character.
268 * Sets the offset of the currently processed character in the source string.
271 * @return the offset of the character.