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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 27 public static final class Hangul {
28 /* Korean Hangul and Jamo constants */
66 * Decomposes c, which must be a Hangul syllable, into buffer
89 * Decomposes c, which must be a Hangul syllable, into buffer.
162 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
551 /* add Hangul LV syllables and LV+1 because of skippables */
552 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) {
556 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 23 public static final class Hangul {
24 /* Korean Hangul and Jamo constants */
62 * Decomposes c, which must be a Hangul syllable, into buffer
85 * Decomposes c, which must be a Hangul syllable, into buffer.
158 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
547 /* add Hangul LV syllables and LV+1 because of skippables */
548 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) {
552 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties *
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 38 class U_COMMON_API Hangul {
40 /* Korean Hangul and Jamo constants */
78 * Decomposes c, which must be a Hangul syllable, into buffer
96 * Decomposes c, which must be a Hangul syllable, into buffer.
113 Hangul(); // no instantiation
139 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
  /prebuilts/go/darwin-x86/src/unicode/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 284 milliseconds