Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java96 Locale loc = new Locale("", "AQ"); in test_getInstanceLjava_util_Locale() local
98 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale()
107 loc = new Locale("", "ZR"); in test_getInstanceLjava_util_Locale()
109 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale()
114 loc = new Locale("", "ZAR"); in test_getInstanceLjava_util_Locale()
116 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale()
121 loc = new Locale("", "FX"); in test_getInstanceLjava_util_Locale()
123 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale()
128 loc = new Locale("", "FXX"); in test_getInstanceLjava_util_Locale()
130 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale()
DResourceBundleTest.java259 Locale loc = Locale.getDefault(); in test_getLocale() local
280 Locale.setDefault(loc); in test_getLocale()
DDateTest.java488 Locale loc = Locale.getDefault(); in test_toLocaleString() local
499 Locale.setDefault(loc); in test_toLocaleString()