Searched refs:loc (Results 1 – 3 of 3) sorted by relevance
96 Locale loc = new Locale("", "AQ"); in test_getInstanceLjava_util_Locale() local98 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()
259 Locale loc = Locale.getDefault(); in test_getLocale() local280 Locale.setDefault(loc); in test_getLocale()
488 Locale loc = Locale.getDefault(); in test_toLocaleString() local499 Locale.setDefault(loc); in test_toLocaleString()