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

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh 57 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
  /external/harfbuzz_ng/
Android.mk 73 src/hb-ot-shape-complex-hangul.cc \
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 57 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/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 56 * Additionally, "prev" is moved from anywhere in the Unihan and Hangul
264 /* Korean Hangul (cast to int32_t to avoid wraparound on 16-bit compilers) */
398 * in the middle of the Unihan and Hangul blocks
942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
962 { hangul, LENGTHOF(hangul) },
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 56 * Additionally, "prev" is moved from anywhere in the Unihan and Hangul
264 /* Korean Hangul (cast to int32_t to avoid wraparound on 16-bit compilers) */
398 * in the middle of the Unihan and Hangul blocks
942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
962 { hangul, LENGTHOF(hangul) },
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.darwin-arm64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.darwin-mips.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.darwin-mips64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.darwin-x86.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.darwin-x86_64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-arm.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-arm64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-mips.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-mips64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-x86.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
harfbuzz-ng.target.linux-x86_64.mk 40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 397 milliseconds