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

/external/icu4c/test/intltest/
H A Dnumrgts.cpp786 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status); local
789 delete dfFoo;
795 dfFoo->applyPattern("0000;-000", status);
796 failure(status, "dfFoo->applyPattern");
798 if (dfFoo->toPattern(temp) != UnicodeString("#0000"))
799 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp));
801 logln(dfFoo->format((int32_t)42, temp, pos));
802 logln(dfFoo->format((int32_t)-42, temp, pos));
803 dfFoo
[all...]

Completed in 35 milliseconds