Searched refs:us (Results 1 – 1 of 1) sorted by relevance
/libcore/support/src/test/java/tests/support/ |
D | Support_DecimalFormat.java | 139 Locale us = Locale.US; in t_formatToCharacterIterator() local 142 if (Support_Locale.isLocaleAvailable(us)) { in t_formatToCharacterIterator() 146 t_Format(1, number, NumberFormat.getNumberInstance(us), in t_formatToCharacterIterator() 150 t_Format(2, number, NumberFormat.getIntegerInstance(us), in t_formatToCharacterIterator() 154 t_Format(3, number, NumberFormat.getPercentInstance(us), in t_formatToCharacterIterator() 158 t_Format(4, number, NumberFormat.getCurrencyInstance(us), in t_formatToCharacterIterator() 162 t_Format(5, negativeNumber, NumberFormat.getCurrencyInstance(us), in t_formatToCharacterIterator() 166 t_Format(6, longNumber, NumberFormat.getNumberInstance(us), in t_formatToCharacterIterator() 170 t_Format(7, zeroNumber, NumberFormat.getNumberInstance(us), in t_formatToCharacterIterator()
|