Home
last modified time | relevance | path

Searched refs:formatStr2 (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1723 const char *formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad() local
1724 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1726 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1728 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1730 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1732 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1734 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1736 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1738 expect2(new DecimalFormat(formatStr2, US, status), in TestPad()
1741 expect2(new DecimalFormat(formatStr2, U in TestPad()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1382 final String formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad()
1383 expect2(new DecimalFormat(formatStr2, US), -10, "(10.0xxxxxxxxxx)"); in TestPad()
1384 expect2(new DecimalFormat(formatStr2, US), -1000, "(1,000.0xxxxxxx)"); in TestPad()
1385 expect2(new DecimalFormat(formatStr2, US), -1000000, "(1,000,000.0xxx)"); in TestPad()
1386 expect2(new DecimalFormat(formatStr2, US), -100.37, "(100.37xxxxxxxx)"); in TestPad()
1387 expect2(new DecimalFormat(formatStr2, US), -10456.37, "(10,456.37xxxxx)"); in TestPad()
1388 expect2(new DecimalFormat(formatStr2, US), -1120456.37, "(1,120,456.37xx)"); in TestPad()
1389 expect2(new DecimalFormat(formatStr2, US), -112045600.37, "(112,045,600.37)"); in TestPad()
1390 expect2(new DecimalFormat(formatStr2, US), -1252045600.37, "(1,252,045,600.37)"); in TestPad()
1392 expect2(new DecimalFormat(formatStr2, U in TestPad()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1379 final String formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; in TestPad()
1380 expect2(new DecimalFormat(formatStr2, US), -10, "(10.0xxxxxxxxxx)"); in TestPad()
1381 expect2(new DecimalFormat(formatStr2, US), -1000, "(1,000.0xxxxxxx)"); in TestPad()
1382 expect2(new DecimalFormat(formatStr2, US), -1000000, "(1,000,000.0xxx)"); in TestPad()
1383 expect2(new DecimalFormat(formatStr2, US), -100.37, "(100.37xxxxxxxx)"); in TestPad()
1384 expect2(new DecimalFormat(formatStr2, US), -10456.37, "(10,456.37xxxxx)"); in TestPad()
1385 expect2(new DecimalFormat(formatStr2, US), -1120456.37, "(1,120,456.37xx)"); in TestPad()
1386 expect2(new DecimalFormat(formatStr2, US), -112045600.37, "(112,045,600.37)"); in TestPad()
1387 expect2(new DecimalFormat(formatStr2, US), -1252045600.37, "(1,252,045,600.37)"); in TestPad()
1389 expect2(new DecimalFormat(formatStr2, U in TestPad()
[all...]

Completed in 13 milliseconds