Home | History | Annotate | Download | only in common

Lines Matching full:character

229 // Inserts c somewhere before the last character.
233 // insert c at codePointLimit, after the character with prevCC<=cc
413 // Back out the last character for full processing.
707 * a forward-combining "lead" character,
709 * and a backward-combining "trail" character.
713 * Bits 21..1 composite character
730 // trail character is 0..33FF
744 // trail character is 3400..10FFFF
775 * @param list some character's compositions list
804 * Any character consists of either one or two code units;
833 if( // this character combines backward and
837 // the backward-combining character is not blocked
841 // c is a Jamo V/T, see if we can compose it with the previous character.
854 syllable+=t; // The next character was a Jamo T.
966 // FCC: no discontiguous compositions; any intervening character blocks.
1032 * prevBoundary points to the last character before the current one
1053 // Set prevBoundary to the last character in the prefix.
1106 // Set prevBoundary to the last character in the quick check loop.
1113 // The start of the current character (c).
1144 syllable+=t; // The next character was a Jamo T.
1155 // two input characters (L+V) with one output character (LV syllable)
1210 // [prevBoundary..prevSrc[ (which is exactly one character under these conditions)
1212 // Check whether the last character was a "yesYes" or a "yesNo".
1238 * Find appropriate boundaries around this character,
1249 * It is either the decomposition of the current character (at prevSrc),
1290 * prevBoundary points to the last character before the current one
1299 // Set prevBoundary to the last character in the prefix.
1342 // Set prevBoundary to the last character in the quick check loop.
1350 // The start of the current character (c).
1367 // [prevBoundary..prevSrc[ (which is exactly one character under these conditions)
1369 // Check whether the last character was a "yesYes" or a "yesNo".
1432 * True if its decomposition begins with a character that has
1480 // If testInert, then c must be a yesNo character which has lccc=0,
1546 // A character that is deleted (maps to an empty string) must
1579 // We know that the previous character's lccc==0.
1639 // We know that the previous character's lccc==0.
1651 // Need to fetch the previous character's FCD value because
1660 // The start of the current character (c).
1667 // The current character (c) at [prevSrc..src[ has a non-zero lead combining class.
1768 // origin is the first character whose decomposition starts with
1769 // the character for which we are setting the value.
1772 // origin is not the first character, or it is U+0000.
1853 // We do not write a canonStartSet for any yesNo character.