Home
last modified time | relevance | path

Searched refs:KOREA (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java368 Locale.KOREA, in test_getCurrencyCode()
403 Locale.KOREA, in test_toString()
DFormatterTest.java307 Locale.KOREA); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()
314 f = new Formatter(notExist.getPath(), null, Locale.KOREA); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()
326 Locale.KOREA); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()
327 assertEquals(f.locale(), Locale.KOREA); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale()
448 Locale.KOREA); in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale()
455 f = new Formatter(notExist, null, Locale.KOREA); in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale()
466 Locale.KOREA); in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale()
467 assertEquals(f.locale(), Locale.KOREA); in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale()
2612 f = new Formatter(Locale.KOREA); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerConversionException()
3896 f = new Formatter(Locale.KOREA); in test_formatLjava_lang_String$Ljava_lang_Object_FloatDoubleBigDecimalConversionException()
[all …]
DCalendarTest.java481 Locale.US, Locale.UK, Locale.TAIWAN, Locale.PRC, Locale.KOREA,
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java187 public static final java.util.Locale KOREA; field in Locale
188 static { KOREA = null; }
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java182 @libcore.util.NonNull public static final java.util.Locale KOREA; field in Locale
183 static { KOREA = null; }
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java453 public static final java.util.Locale KOREA; field in Locale
456 KOREA = null;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java622 Locale.setDefault(Locale.KOREA); in test_Parse_locale()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java89 Locale.KOREA, in test_getLocale()
/libcore/ojluni/src/main/java/java/util/
DLocale.java629 static public final Locale KOREA = createConstant("ko", "KR"); field in Locale