Lines Matching refs:toPattern
532 logln("nf toPattern1: " + nf->toPattern(temp)); in Test4086575()
539 logln("nf toPattern2: " + nf->toPattern(temp)); in Test4086575()
558 logln("nf toPattern2: " + nf->toPattern(temp)); in Test4086575()
663 logln("toPattern() returns \"" + df->toPattern(temp) + "\""); in Test4087251()
673 logln("toPattern() returns \"" + df->toPattern(temp) + "\""); in Test4087251()
811 if (dfFoo->toPattern(temp) != UnicodeString("0000")) in Test4092480()
812 errln("ERROR: dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
818 if (dfFoo->toPattern(temp) != UnicodeString("000")) in Test4092480()
819 errln("ERROR: dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
825 if (dfFoo->toPattern(temp) != UnicodeString("000")) in Test4092480()
826 errln("ERROR: dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
832 if (dfFoo->toPattern(temp) != UnicodeString("0000")) in Test4092480()
833 errln("ERROR: dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
1481 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106658()
1510 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106662()
1606 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106667()
1787 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1797 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1968 pat = nf->toPattern(pat); in Test4145457()
1979 pat2 = nf->toPattern(pat2); in Test4145457()
2031 errln(UnicodeString(" new pattern: ") + sdf->toPattern(temp)); in Test4147295()
2067 …errln(UnicodeString("") + d1 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2070 …errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2268 df.toPattern(s);
2452 df->toPattern(pat);
2464 "\" -> \"" + f2.toPattern(p) + "\"");
2497 "\" -> \"" + f2.toPattern(p) + "\"");
2589 ((DecimalFormat*) nf)->toPattern(pat) + " = " + s);