Home | History | Annotate | Download | only in intltest

Lines Matching full:000

787     DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status);
796 dfFoo->applyPattern("0000;-000", status);
804 dfFoo->applyPattern("000;-000", status);
806 if (dfFoo->toPattern(temp) != UnicodeString("#000"))
811 dfFoo->applyPattern("000;-0000", status);
813 if (dfFoo->toPattern(temp) != UnicodeString("#000"))
818 dfFoo->applyPattern("0000;-000", status);
2221 "000", "#000", // No grouping
2222 "#000", "#000", // No grouping
2224 "#,000", "#,000",
2225 "0,000", "#0,000",
2226 "00,000", "#00,000",
2227 "000,000", "#,000,000",
2228 "0,000,000,000,000.0000", "#0,000,000,000,000.0000", // Reported