Home | History | Annotate | Download | only in common

Lines Matching defs:syllable

593             // Hangul syllable: decompose algorithmically
625 // Hangul syllable: decompose algorithmically
655 // Hangul syllable: decompose algorithmically
899 UChar syllable=(UChar)
906 syllable+=t; // The next character was a Jamo T.
908 *starter=syllable;
1177 * c is not a Hangul syllable or Jamo L because those have "yes" properties.
1189 UChar syllable=(UChar)
1196 syllable+=t; // The next character was a Jamo T.
1198 buffer.setLastChar(syllable);
1207 // two input characters (L+V) with one output character (LV syllable)
1223 // The Jamo V/T did not compose into a Hangul syllable.
1583 // no decomposition or Hangul syllable, all zeros
1888 // Inert, or 2-way mapping (including Hangul syllable).
1991 UChar32 syllable=
1993 set.add(syllable, syllable+Hangul::JAMO_VT_COUNT-1);