Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java432 Locale csLocale = new Locale("cs", "CZ"); in test_getPercentInstanceLjava_util_Locale() local
435 NumberFormat format = NumberFormat.getPercentInstance(csLocale); in test_getPercentInstanceLjava_util_Locale()
598 Locale csLocale = new Locale("cs", "CZ"); in test_setGroupingUsed() local
599 NumberFormat nf2 = NumberFormat.getPercentInstance(csLocale); in test_setGroupingUsed()