Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/intltest/
Dnumrgts.cpp783 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status); in Test4092480() local
786 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 …]
/external/icu4c/test/intltest/
Dnumrgts.cpp783 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status); in Test4092480() local
786 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 …]