Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/icu/
DICUTest.java126 Locale en_GB = Locale.UK; in test_getDateFormatOrder() local
127 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_GB, "yyyy-M-dd")))); in test_getDateFormatOrder()
128 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_GB, "yyyy-MMM-dd")))); in test_getDateFormatOrder()
129 assertEquals("[d, M, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(en_GB, "MMM-dd")))); in test_getDateFormatOrder()