• Home
  • Raw
  • Download

Lines Matching refs:toPattern

515     logln("nf toPattern1: " + nf->toPattern(temp));  in Test4086575()
522 logln("nf toPattern2: " + nf->toPattern(temp)); in Test4086575()
541 logln("nf toPattern2: " + nf->toPattern(temp)); in Test4086575()
646 logln("toPattern() returns \"" + df->toPattern(temp) + "\""); in Test4087251()
656 logln("toPattern() returns \"" + df->toPattern(temp) + "\""); in Test4087251()
794 if (dfFoo->toPattern(temp) != UnicodeString("#0000")) in Test4092480()
795 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
801 if (dfFoo->toPattern(temp) != UnicodeString("#000")) in Test4092480()
802 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
808 if (dfFoo->toPattern(temp) != UnicodeString("#000")) in Test4092480()
809 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
815 if (dfFoo->toPattern(temp) != UnicodeString("#0000")) in Test4092480()
816 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp)); in Test4092480()
1458 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106658()
1487 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106662()
1583 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106667()
1758 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1768 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1937 pat = nf->toPattern(pat); in Test4145457()
1948 pat2 = nf->toPattern(pat2); in Test4145457()
1998 errln(" new pattern: " + sdf->toPattern(temp)); in Test4147295()
2034 …errln(UnicodeString("") + d1 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2037 …errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2230 df.toPattern(s);
2414 df->toPattern(pat);
2426 "\" -> \"" + f2.toPattern(p) + "\"");
2457 "\" -> \"" + f2.toPattern(p) + "\"");
2549 ((DecimalFormat*) nf)->toPattern(pat) + " = " + s);