Home
last modified time | relevance | path

Searched refs:hangul (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/pcre2/pcre2/maint/ucptestdata/
Dtestoutput239 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/
DJamoTest.java114 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/
DJamoTest.java111 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/
Djamotest.cpp157 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/
Dnls_utf8.c57 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/
DContractionsAndExpansions.java200 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/
DContractionsAndExpansions.java207 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/
Dcollationsets.cpp513 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/
Dcollationsets.cpp513 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/
Dcollationsets.cpp513 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/
Dcollationsets.cpp513 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/
Dbocu1tst.c942 static const UChar hangul[]={ 0xac00, 0xbcde, 0x20, 0xd7a3 }; variable
962 { hangul, UPRV_LENGTHOF(hangul) },
/third_party/flutter/skia/bench/
DShaperBench.cpp53 SHAPER_BENCH(hangul)
/third_party/skia/bench/
DShaperBench.cpp53 SHAPER_BENCH(hangul)
/third_party/harfbuzz/test/shaping/data/in-house/
Dmeson.build19 'hangul-jamo.tests',
DMakefile.sources19 tests/hangul-jamo.tests \
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/
Dmeson.build22 'hangul-jamo.tests',
DMakefile.sources22 tests/hangul-jamo.tests \
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/
DMakefile.sources19 tests/hangul-jamo.tests \
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex.hh55 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
/third_party/harfbuzz/src/
Dhb-ot-shape-complex.hh56 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex.hh56 HB_COMPLEX_SHAPER_IMPLEMENT (hangul) \
/third_party/flutter/skia/tests/
DShaperTest.cpp102 SHAPER_TEST(hangul)
/third_party/skia/tests/
DShaperTest.cpp109 SHAPER_TEST(hangul)
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dse.txt124 Hang{"hangul"}

123456