• Home
  • Raw
  • Download

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()
1479 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106658()
1508 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106662()
1604 logln("pattern: \"" + df->toPattern(temp) + "\""); in Test4106667()
1785 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1795 logln("toPattern: " + formatDec->toPattern(temp)); in Test4125885()
1966 pat = nf->toPattern(pat); in Test4145457()
1977 pat2 = nf->toPattern(pat2); in Test4145457()
2029 errln(UnicodeString(" new pattern: ") + sdf->toPattern(temp)); in Test4147295()
2065 …errln(UnicodeString("") + d1 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2068 …errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as … in Test4147706()
2266 df.toPattern(s);
2450 df->toPattern(pat);
2462 "\" -> \"" + f2.toPattern(p) + "\"");
2495 "\" -> \"" + f2.toPattern(p) + "\"");
2587 ((DecimalFormat*) nf)->toPattern(pat) + " = " + s);