Home
last modified time | relevance | path

Searched refs:hanLatin (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java29 Transliterator hanLatin = Transliterator.getInstance("Han-Latin"); in TestChinese() local
30 assertTransform("Transform", "zào Unicode", hanLatin, "造Unicode"); in TestChinese()
31 assertTransform("Transform", "zài chuàng zào Unicode zhī qián", hanLatin, "在創造Unicode之前"); in TestChinese()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java134 Transliterator hanLatin = Transliterator.getInstance("Han-Latin"); in TestChinese() local
135 assertTransform("Transform", "z\u00E0o Unicode", hanLatin, "\u9020Unicode"); in TestChinese()
136 …Transform", "z\u00E0i chu\u00E0ng z\u00E0o Unicode zh\u012B qi\u00E1n", hanLatin, "\u5728\u5275\u9… in TestChinese()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java131 Transliterator hanLatin = Transliterator.getInstance("Han-Latin"); in TestChinese() local
132 assertTransform("Transform", "z\u00E0o Unicode", hanLatin, "\u9020Unicode"); in TestChinese()
133 …Transform", "z\u00E0i chu\u00E0ng z\u00E0o Unicode zh\u012B qi\u00E1n", hanLatin, "\u5728\u5275\u9… in TestChinese()