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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 36 public static final class Hangul {
37 /* Korean Hangul and Jamo constants */
83 * Decomposes c, which must be a Hangul syllable, into buffer
106 * Decomposes c, which must be a Hangul syllable, into buffer.
564 /* add Hangul LV syllables and LV+1 because of skippables */
565 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) {
569 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties *
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 31 public static final class Hangul {
32 /* Korean Hangul and Jamo constants */
78 * Decomposes c, which must be a Hangul syllable, into buffer
101 * Decomposes c, which must be a Hangul syllable, into buffer.
555 /* add Hangul LV syllables and LV+1 because of skippables */
556 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) {
560 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties *
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 51 class U_COMMON_API Hangul {
53 /* Korean Hangul and Jamo constants */
99 * Decomposes c, which must be a Hangul syllable, into buffer
117 * Decomposes c, which must be a Hangul syllable, into buffer.
134 Hangul(); // no instantiation
599 return 0; // yesYes and Hangul LV have ccc=tccc=0
601 // For Hangul LVT we harmlessly fetch a firstUnit with tccc=0 here.
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 327 milliseconds