Searched refs:formatStr2 (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 1361 final String formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local 1362 expect2(new DecimalFormat(formatStr2, US), -10, "(10.0xxxxxxxxxx)"); in TestPad() 1363 expect2(new DecimalFormat(formatStr2, US), -1000, "(1,000.0xxxxxxx)"); in TestPad() 1364 expect2(new DecimalFormat(formatStr2, US), -1000000, "(1,000,000.0xxx)"); in TestPad() 1365 expect2(new DecimalFormat(formatStr2, US), -100.37, "(100.37xxxxxxxx)"); in TestPad() 1366 expect2(new DecimalFormat(formatStr2, US), -10456.37, "(10,456.37xxxxx)"); in TestPad() 1367 expect2(new DecimalFormat(formatStr2, US), -1120456.37, "(1,120,456.37xx)"); in TestPad() 1368 expect2(new DecimalFormat(formatStr2, US), -112045600.37, "(112,045,600.37)"); in TestPad() 1369 expect2(new DecimalFormat(formatStr2, US), -1252045600.37, "(1,252,045,600.37)"); in TestPad() 1371 expect2(new DecimalFormat(formatStr2, US), 10, "10.0xxxxxxxxxxxx"); in TestPad() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1670 const char *formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local 1671 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1673 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1675 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1677 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1679 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1681 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1683 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1685 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() 1688 expect2(new DecimalFormat(formatStr2, US, status), in TestPad() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 1358 final String formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local 1359 expect2(new DecimalFormat(formatStr2, US), -10, "(10.0xxxxxxxxxx)"); in TestPad() 1360 expect2(new DecimalFormat(formatStr2, US), -1000, "(1,000.0xxxxxxx)"); in TestPad() 1361 expect2(new DecimalFormat(formatStr2, US), -1000000, "(1,000,000.0xxx)"); in TestPad() 1362 expect2(new DecimalFormat(formatStr2, US), -100.37, "(100.37xxxxxxxx)"); in TestPad() 1363 expect2(new DecimalFormat(formatStr2, US), -10456.37, "(10,456.37xxxxx)"); in TestPad() 1364 expect2(new DecimalFormat(formatStr2, US), -1120456.37, "(1,120,456.37xx)"); in TestPad() 1365 expect2(new DecimalFormat(formatStr2, US), -112045600.37, "(112,045,600.37)"); in TestPad() 1366 expect2(new DecimalFormat(formatStr2, US), -1252045600.37, "(1,252,045,600.37)"); in TestPad() 1368 expect2(new DecimalFormat(formatStr2, US), 10, "10.0xxxxxxxxxxxx"); in TestPad() [all …]
|