Searched refs:formatStr2 (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1188 final String formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local 1189 expect2(new DecimalFormat(formatStr2, US), -10, "(10.0xxxxxxxxxx)"); in TestPad() 1190 expect2(new DecimalFormat(formatStr2, US), -1000, "(1,000.0xxxxxxx)"); in TestPad() 1191 expect2(new DecimalFormat(formatStr2, US), -1000000, "(1,000,000.0xxx)"); in TestPad() 1192 expect2(new DecimalFormat(formatStr2, US), -100.37, "(100.37xxxxxxxx)"); in TestPad() 1193 expect2(new DecimalFormat(formatStr2, US), -10456.37, "(10,456.37xxxxx)"); in TestPad() 1194 expect2(new DecimalFormat(formatStr2, US), -1120456.37, "(1,120,456.37xx)"); in TestPad() 1195 expect2(new DecimalFormat(formatStr2, US), -112045600.37, "(112,045,600.37)"); in TestPad() 1196 expect2(new DecimalFormat(formatStr2, US), -1252045600.37, "(1,252,045,600.37)"); in TestPad() 1198 expect2(new DecimalFormat(formatStr2, US), 10, "10.0xxxxxxxxxxxx"); in TestPad() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1513 const char *formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local 1514 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1516 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1518 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1520 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1522 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1524 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1526 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1528 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1531 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() [all …]
|