Lines Matching refs:mf
455 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local
459 mf->applyPattern(illegalPattern, status); in Test4114743()
466 delete mf; in Test4114743()
481 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
486 mf->applyPattern(pattern, status); in Test4116444()
492 Formattable *array = mf->parse(UnicodeString(""), pp, count); in Test4116444()
518 delete mf; in Test4116444()
529 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
538 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4114739()
541 logln("\"" + mf->format(objs1, 0, res, pos, status) + "\""); in Test4114739()
553 delete mf; in Test4114739()
563 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
567 logln("pattern before: \"" + mf->toPattern(pat) + "\""); in Test4113018()
570 mf->applyPattern(illegalPattern, status); in Test4113018()
577 delete mf; in Test4113018()
697 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
706 mf->applyPattern(prefix + pattern, status); in Test4118592()
712 objs = mf->parse(formatted, pp, count); in Test4118592()
714 logln(UnicodeString("") + i + ". pattern :\"" + mf->toPattern(pat) + "\""); in Test4118592()
729 delete mf; in Test4118592()
738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
744 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594()
746 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
751 mf->applyPattern("{0,number,#.##}, {0,number,#.#}", status); in Test4118594()
757 result = mf->format( oldobjs, 1, result, pos, status ); in Test4118594()
760 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
768 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594()
779 delete mf; in Test4118594()
828 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
836 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4120552()
841 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552()
852 delete mf; in Test4120552()
867 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
888 out = mf->format(objs, 1, out, pos, status); in Test4142938()
903 delete mf; in Test4142938()