/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput2 | 39 U+3009 ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 40 U+300B ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 41 U+300D ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 42 U+300F ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 43 U+3011 ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 44 U+3015 ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 45 U+3017 ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 46 U+3019 ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 47 U+301B ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopomofo, ha… 48 U+301E..U+301F ON Punctuation: Close punctuation, common, Other, [hangul, hiragana, katakana, bopo… [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | JamoTest.java | 114 String hangul = HANGUL[i]; in TestRoundTrip() local 115 String jamo = hangulJamo.transliterate(hangul); in TestRoundTrip() 120 buf.append(hangul + " => " + in TestRoundTrip() 125 if (!hangul.equals(hangul2)) { in TestRoundTrip() 139 String hangul = "\uBC0F"; in TestPiecemeal() local 147 TransliteratorTest.expect(t, hangul, jamo); in TestPiecemeal() 150 TransliteratorTest.expect(t, jamo, hangul); in TestPiecemeal() 159 TransliteratorTest.expect(t, hangul, latin2); in TestPiecemeal() 162 TransliteratorTest.expect(t, latin, hangul); in TestPiecemeal() 165 TransliteratorTest.expect(t, hangul, jamo); in TestPiecemeal() [all …]
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | JamoTest.java | 111 String hangul = HANGUL[i]; in TestRoundTrip() local 112 String jamo = hangulJamo.transliterate(hangul); in TestRoundTrip() 117 buf.append(hangul + " => " + in TestRoundTrip() 122 if (!hangul.equals(hangul2)) { in TestRoundTrip() 136 String hangul = "\uBC0F"; in TestPiecemeal() local 144 TransliteratorTest.expect(t, hangul, jamo); in TestPiecemeal() 147 TransliteratorTest.expect(t, jamo, hangul); in TestPiecemeal() 156 TransliteratorTest.expect(t, hangul, latin2); in TestPiecemeal() 159 TransliteratorTest.expect(t, latin, hangul); in TestPiecemeal() 162 TransliteratorTest.expect(t, hangul, jamo); in TestPiecemeal() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | jamotest.cpp | 157 UnicodeString hangul; hangul.append((UChar)0xBC0F); in TestPiecemeal() local 170 expect(*t, hangul, jamo); in TestPiecemeal() 178 expect(*t, jamo, hangul); in TestPiecemeal() 202 expect(*t, hangul, latin2); in TestPiecemeal() 210 expect(*t, latin, hangul); in TestPiecemeal() 218 expect(*t, hangul, jamo); in TestPiecemeal() 226 expect(*t, jamo, hangul); in TestPiecemeal() 234 expect(*t, hangul, hangul); in TestPiecemeal() 406 UnicodeString hangul = UnicodeString(WHAT_IS_UNICODE[i], -1, US_INV); in TestRealText() local 407 hangul = hangul.unescape(); // Parse backslash-u escapes in TestRealText() [all …]
|
/third_party/f2fs-tools/lib/ |
D | nls_utf8.c | 57 unsigned char hangul[UTF8HANGULLEAF]; member 351 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument 366 h = hangul; in utf8hangul() 384 return hangul; in utf8hangul() 396 unsigned char *hangul, const char *s, size_t len) in utf8nlookup() argument 461 trie = utf8hangul(s - 2, hangul); in utf8nlookup() 472 unsigned char *hangul, const char *s) in utf8lookup() argument 474 return utf8nlookup(data, hangul, s, (size_t)-1); in utf8lookup() 488 unsigned char hangul[UTF8HANGULLEAF]; 494 leaf = utf8lookup(data, hangul, s); [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | ContractionsAndExpansions.java | 200 StringBuilder hangul = new StringBuilder(1); in handleCE32() local 202 hangul.setLength(0); in handleCE32() 203 hangul.appendCodePoint(c); in handleCE32() 204 iter.setText(false, hangul, 0); in handleCE32()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | ContractionsAndExpansions.java | 207 StringBuilder hangul = new StringBuilder(1); in handleCE32() local 209 hangul.setLength(0); in handleCE32() 210 hangul.appendCodePoint(c); in handleCE32() 211 iter.setText(false, hangul, 0); in handleCE32()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.cpp | 513 UChar hangul[1] = { 0 }; in handleCE32() local 515 hangul[0] = (UChar)c; in handleCE32() 516 iter.setText(hangul, hangul + 1); in handleCE32()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationsets.cpp | 513 UChar hangul[1] = { 0 }; in handleCE32() local 515 hangul[0] = (UChar)c; in handleCE32() 516 iter.setText(hangul, hangul + 1); in handleCE32()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationsets.cpp | 513 UChar hangul[1] = { 0 }; in handleCE32() local 515 hangul[0] = (UChar)c; in handleCE32() 516 iter.setText(hangul, hangul + 1); in handleCE32()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.cpp | 513 UChar hangul[1] = { 0 }; in handleCE32() local 515 hangul[0] = (UChar)c; in handleCE32() 516 iter.setText(hangul, hangul + 1); in handleCE32()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable 962 { hangul, UPRV_LENGTHOF(hangul) },
|
/third_party/flutter/skia/bench/ |
D | ShaperBench.cpp | 53 SHAPER_BENCH(hangul)
|
/third_party/skia/bench/ |
D | ShaperBench.cpp | 53 SHAPER_BENCH(hangul)
|
/third_party/harfbuzz/test/shaping/data/in-house/ |
D | meson.build | 19 'hangul-jamo.tests',
|
D | Makefile.sources | 19 tests/hangul-jamo.tests \
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/ |
D | meson.build | 22 'hangul-jamo.tests',
|
D | Makefile.sources | 22 tests/hangul-jamo.tests \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/ |
D | Makefile.sources | 19 tests/hangul-jamo.tests \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex.hh | 55 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex.hh | 56 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex.hh | 56 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
|
/third_party/flutter/skia/tests/ |
D | ShaperTest.cpp | 102 SHAPER_TEST(hangul)
|
/third_party/skia/tests/ |
D | ShaperTest.cpp | 109 SHAPER_TEST(hangul)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | se.txt | 124 Hang{"hangul"}
|