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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
JamoTest.java 44 // see also http://www.unicode.org/cldr/data/charts/transforms/Latin-Hangul.html
96 * These are problems turned up by the Hangul-Jamo;Jamo-Latin
100 String HANGUL[] = { "\uAC03\uC2F8",
109 for (int i=0; i<HANGUL.length; ++i) {
110 String hangul = HANGUL[i]; local
111 String jamo = hangulJamo.transliterate(hangul);
116 buf.append(hangul + " => " +
121 if (!hangul.equals(hangul2)) {
130 * Test various step-at-a-time transformation of hangul to jamo t
134 String hangul = "\\uBC0F"; local
189 String hangul = WHAT_IS_UNICODE.substring(pos, space); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
JamoTest.java 40 // see also http://www.unicode.org/cldr/data/charts/transforms/Latin-Hangul.html
92 * These are problems turned up by the Hangul-Jamo;Jamo-Latin
96 String HANGUL[] = { "\uAC03\uC2F8",
105 for (int i=0; i<HANGUL.length; ++i) {
106 String hangul = HANGUL[i]; local
107 String jamo = hangulJamo.transliterate(hangul);
112 buf.append(hangul + " => " +
117 if (!hangul.equals(hangul2)) {
126 * Test various step-at-a-time transformation of hangul to jamo t
130 String hangul = "\\uBC0F"; local
185 String hangul = WHAT_IS_UNICODE.substring(pos, space); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
jamotest.cpp 93 // see also http://www.unicode.org/cldr/data/charts/transforms/Latin-Hangul.html
150 * Test various step-at-a-time transformation of hangul to jamo to
154 UnicodeString hangul; hangul.append((UChar)0xBC0F); local
162 t = Transliterator::createInstance("NFD", UTRANS_FORWARD, status); // was Hangul-Jamo
167 expect(*t, hangul, jamo);
170 t = Transliterator::createInstance("NFC", UTRANS_FORWARD, status); // was Jamo-Hangul
175 expect(*t, jamo, hangul);
194 t = Transliterator::createInstance("Hangul-Latin", UTRANS_FORWARD, status);
199 expect(*t, hangul, latin2)
403 UnicodeString hangul = UnicodeString(WHAT_IS_UNICODE[i], -1, US_INV); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
ContractionsAndExpansions.java 200 // especially if [start..end] is the complete Hangul range. (assert that)
202 StringBuilder hangul = new StringBuilder(1); local
204 hangul.setLength(0);
205 hangul.appendCodePoint(c);
206 iter.setText(false, hangul, 0);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
ContractionsAndExpansions.java 196 // especially if [start..end] is the complete Hangul range. (assert that)
198 StringBuilder hangul = new StringBuilder(1); local
200 hangul.setLength(0);
201 hangul.appendCodePoint(c);
202 iter.setText(false, hangul, 0);
  /external/harfbuzz_ng/
Android.mk 73 src/hb-ot-shape-complex-hangul.cc \
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 53 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
  /external/icu/icu4c/source/i18n/
collationsets.cpp 204 int32_t length = Hangul::decompose(c, jamos);
509 // especially if [start..end] is the complete Hangul range. (assert that)
511 UChar hangul[1] = { 0 }; local
513 hangul[0] = (UChar)c;
514 iter.setText(hangul, hangul + 1);
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 54 * Additionally, "prev" is moved from anywhere in the Unihan and Hangul
262 /* Korean Hangul (cast to int32_t to avoid wraparound on 16-bit compilers) */
396 * in the middle of the Unihan and Hangul blocks
940 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
960 { hangul, UPRV_LENGTHOF(hangul) },
  /prebuilts/misc/common/icu4j/
icu4j.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 773 milliseconds