Searched defs:hangul (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Djamotest.cpp150 * Test various step-at-a-time transformation of hangul to jamo to
154 UnicodeString hangul; hangul.append((UChar)0xBC0F); local
167 expect(*t, hangul, jamo);
175 expect(*t, jamo, hangul);
199 expect(*t, hangul, latin2);
207 expect(*t, latin, hangul);
215 expect(*t, hangul, jamo);
223 expect(*t, jamo, hangul);
231 expect(*t, hangul, hangu
403 UnicodeString hangul = UnicodeString(WHAT_IS_UNICODE[i], -1, US_INV); local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsets.cpp511 UChar hangul[1] = { 0 }; local
513 hangul[0] = (UChar)c;
514 iter.setText(hangul, hangul + 1);
/external/icu/icu4c/source/test/intltest/
H A Djamotest.cpp150 * Test various step-at-a-time transformation of hangul to jamo to
154 UnicodeString hangul; hangul.append((UChar)0xBC0F); local
167 expect(*t, hangul, jamo);
175 expect(*t, jamo, hangul);
199 expect(*t, hangul, latin2);
207 expect(*t, latin, hangul);
215 expect(*t, hangul, jamo);
223 expect(*t, jamo, hangul);
231 expect(*t, hangul, hangu
403 UnicodeString hangul = UnicodeString(WHAT_IS_UNICODE[i], -1, US_INV); local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
962 { hangul, LENGTHOF(hangul) },
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
962 { hangul, LENGTHOF(hangul) },

Completed in 158 milliseconds