Lines Matching full:character
90 * it will always refer to the first position of the character,
95 * refer to any part of a multi-unit character representation are considered
97 * will be logically normalized to refer to the start of the character.
103 * interior of a character.
209 * UTF-8 sequence will be replaced by a single unicode replacement character, \uFFFD.
299 * @param ci A Character Iterator.
429 * character - one of the trail bytes of a UTF-8 sequence, for example -
443 * @param nativeIndex the native index of the character to be accessed. If the index points
444 * to other than the first unit of a multi-unit character, it will be adjusted
445 * to the start of the character.
469 * advance the position to the first index following the character.
472 * the last character, which is also the length of the text),
490 * Move the iterator position to the character (code point) whose
491 * index precedes the current position, and return that character.
577 * Moving the index position to an adjacent character is best done
581 * character depends on the underlying representation of the character
612 * Get the native index of the character preceeding the current position.
626 * native index of the character most recently returned from utext_next().
629 * @return the native index of the character preceeding the current index position,
651 * The iteration index is left at the position following the last extracted character.
654 * @param nativeStart the native index of the first character to extract.\
658 * character to extract. If the specified index is out of range,
713 * advance the position to the first index following the character.
727 * Move the iterator position to the character (code point) whose
728 * index precedes the current position, and return that character.
835 * @param nativeLimit the native index of the character following the region to be replaced.
877 * @param nativeLimit The native index of the character position following the region
1057 * character to extract.
1092 * @param nativeLimit the index of the character following the region to be replaced.
1130 * @param nativeLimit The index of the character following the region to be replaced.
1386 * (protected) Native index of the first character position following
1410 * (protected) Native index of the first character in the text chunk.
1417 * This is the index to the character that will be returned by utext_next32().