Lines Matching full:jamo
766 // c is a Jamo V/T, see if we can compose it with the previous character.
768 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
779 syllable+=t; // The next character was a Jamo T.
782 // remove the Jamo V/T
793 * No "else" for Jamo T:
795 * a Jamo T could combine with.
796 * All Jamo Ts are combined above when handling Jamo Vs.
1000 * Check for Jamo V/T, then for regular characters.
1001 * c is not a Hangul syllable or Jamo L because those have "yes" properties.
1007 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
1020 syllable+=t; // The next character was a Jamo T.
1037 // c is a Jamo Trailing consonant,
1038 // compose with previous Hangul LV that does not contain a Jamo T.
1047 // The Jamo V/T did not compose into a Hangul syllable.