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

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1961 const char *formatStr2 = "#,###,###,##0.0#*x;(###,###,##0.0#*x)"; local
1962 expect2(new DecimalFormat(formatStr2, US, status),
1964 expect2(new DecimalFormat(formatStr2, US, status),
1966 expect2(new DecimalFormat(formatStr2, US, status),
1968 expect2(new DecimalFormat(formatStr2, US, status),
1970 expect2(new DecimalFormat(formatStr2, US, status),
1972 expect2(new DecimalFormat(formatStr2, US, status),
1974 expect2(new DecimalFormat(formatStr2, US, status),
1976 expect2(new DecimalFormat(formatStr2, US, status),
1979 expect2(new DecimalFormat(formatStr2, U
[all...]

Completed in 67 milliseconds