HomeSort by relevance Sort by last modified time
    Searched refs:Hangul (Results 1 - 21 of 21) sorted by null

  /external/icu4c/common/
normalizer2impl.cpp 354 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0
382 /* add Hangul LV syllables and LV+1 because of skippables */
383 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) {
387 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
541 // Hangul syllable: decompose algorithmically
543 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
573 // Hangul syllable: decompose algorithmicall
    [all...]
normalizer2impl.h 37 class Hangul {
39 /* Korean Hangul and Jamo constants */
73 * Decomposes c, which must be a Hangul syllable, into buffer
91 * Decomposes c, which must be a Hangul syllable, into buffer.
108 Hangul(); // no instantiation
134 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.