Home
last modified time | relevance | path

Searched refs:CHINESE (Results 1 – 11 of 11) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java1123 s.useLocale(Locale.CHINESE); in test_nextIntI()
1163 s.useLocale(Locale.CHINESE); in test_nextIntI()
1167 s.useLocale(Locale.CHINESE); in test_nextIntI()
1171 s.useLocale(Locale.CHINESE); in test_nextIntI()
1299 s.useLocale(Locale.CHINESE); in test_nextInt()
1342 s.useLocale(Locale.CHINESE); in test_nextInt()
1346 s.useLocale(Locale.CHINESE); in test_nextInt()
1350 s.useLocale(Locale.CHINESE); in test_nextInt()
1437 s.useLocale(Locale.CHINESE); in test_nextByteI()
1441 s.useLocale(Locale.CHINESE); in test_nextByteI()
[all …]
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestDateTimeFormatterBuilder.java950 …{FormatStyle.FULL, FormatStyle.FULL, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u6708d\… in localizedDateTimePatterns()
951 …{FormatStyle.LONG, FormatStyle.LONG, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u6708d\… in localizedDateTimePatterns()
952 …{FormatStyle.MEDIUM, FormatStyle.MEDIUM, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u67… in localizedDateTimePatterns()
953 …{FormatStyle.SHORT, FormatStyle.SHORT, MinguoChronology.INSTANCE, Locale.CHINESE, "Gyy/M/d ah:mm"}, in localizedDateTimePatterns()
954 … {FormatStyle.FULL, null, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u6708d\u65e5EEEE"}, in localizedDateTimePatterns()
955 … {FormatStyle.LONG, null, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u6708d\u65e5"}, in localizedDateTimePatterns()
956 … {FormatStyle.MEDIUM, null, MinguoChronology.INSTANCE, Locale.CHINESE, "Gy\u5e74M\u6708d\u65e5"}, in localizedDateTimePatterns()
957 {FormatStyle.SHORT, null, MinguoChronology.INSTANCE, Locale.CHINESE, "Gyy/M/d"}, in localizedDateTimePatterns()
958 {null, FormatStyle.FULL, MinguoChronology.INSTANCE, Locale.CHINESE, "zzzz ah:mm:ss"}, in localizedDateTimePatterns()
959 {null, FormatStyle.LONG, MinguoChronology.INSTANCE, Locale.CHINESE, "z ah:mm:ss"}, in localizedDateTimePatterns()
[all …]
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java157 public static final java.util.Locale CHINESE; field in Locale
158 static { CHINESE = null; }
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java152 @libcore.util.NonNull public static final java.util.Locale CHINESE; field in Locale
153 static { CHINESE = null; }
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java385 public static final java.util.Locale CHINESE; field in Locale
388 CHINESE = null;
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java88 Locale.ENGLISH, Locale.FRENCH, Locale.JAPANESE, Locale.CHINESE}; in test()
/libcore/luni/src/test/java/libcore/java/util/
DTimeZoneTest.java254 checkDisplayNames(Locale.CHINESE); in testDisplayNames_nonUS()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest3.java1373 objToSave = Locale.CHINESE; in test_18_119_writeObject()
1378 assertTrue(MSG_TEST_FAILED + objToSave, Locale.CHINESE in test_18_119_writeObject()
DSerializationStressTest4.java941 objToSave = new java.text.DateFormatSymbols(Locale.CHINESE); in test_writeObject_DateFormatSymbols()
1324 objToSave = new java.text.DecimalFormatSymbols(Locale.CHINESE); in test_writeObject_DecimalFormatSymbols()
DSerializationStressTest2.java1134 objToSave = Locale.CHINESE; in test_18_53_writeObject()
/libcore/ojluni/src/main/java/java/util/
DLocale.java601 static public final Locale CHINESE = createConstant("zh", ""); field in Locale