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

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1513 const char *formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; local
1514 expect2(new DecimalFormat(formatStr2, US, status),
1516 expect2(new DecimalFormat(formatStr2, US, status),
1518 expect2(new DecimalFormat(formatStr2, US, status),
1520 expect2(new DecimalFormat(formatStr2, US, status),
1522 expect2(new DecimalFormat(formatStr2, US, status),
1524 expect2(new DecimalFormat(formatStr2, US, status),
1526 expect2(new DecimalFormat(formatStr2, US, status),
1528 expect2(new DecimalFormat(formatStr2, US, status),
1531 expect2(new DecimalFormat(formatStr2, U
[all...]

Completed in 115 milliseconds