Searched defs:t_chinese (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DSetup.java103 private static final String t_chinese = "\u4e2d\u6587"; field in class:Setup
115 private static final String unicode = arabic + s_chinese + t_chinese
132 { "x-windows-950", null, t_chinese },
133 { "x-MS950-HKSCS", null, t_chinese },
134 { "x-euc-tw", t_chinese, null },
135 { "Big5", t_chinese, null },
136 { "Big5-HKSCS", t_chinese, null },
/openjdk7/jdk/test/tools/launcher/
H A DUnicodeTest.java75 private static final String t_chinese = "\u4e2d\u6587"; field in class:UnicodeTest
87 private static final String unicode = arabic + s_chinese + t_chinese
104 { "x-windows-950", null, t_chinese },
105 { "x-MS950-HKSCS", null, t_chinese },
106 { "x-euc-tw", t_chinese, null },
107 { "Big5", t_chinese, null },
108 { "Big5-HKSCS", t_chinese, null },

Completed in 30 milliseconds