Searched refs:dfFoo (Results 1 – 1 of 1) sorted by relevance
783 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status); in Test4092480() local786 delete dfFoo; in Test4092480()792 dfFoo->applyPattern("0000;-000", status); in Test4092480()795 if (dfFoo->toPattern(temp) != UnicodeString("#0000")) in Test4092480()796 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()798 logln(dfFoo->format((int32_t)42, temp, pos)); in Test4092480()799 logln(dfFoo->format((int32_t)-42, temp, pos)); in Test4092480()800 dfFoo->applyPattern("000;-000", status); in Test4092480()802 if (dfFoo->toPattern(temp) != UnicodeString("#000")) in Test4092480()803 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()[all …]