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

  /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/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/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/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/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/54.1.1/
icu4j-54.1.1.jar 

Completed in 293 milliseconds