• Home
  • Raw
  • Download

Lines Matching refs:mf

459     MessageFormat *mf = new MessageFormat(originalPattern, status);  in Test4114743()  local
463 mf->applyPattern(illegalPattern, status); in Test4114743()
470 delete mf; in Test4114743()
485 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
490 mf->applyPattern(pattern, status); in Test4116444()
496 Formattable *array = mf->parse(UnicodeString(""), pp, count); in Test4116444()
522 delete mf; in Test4116444()
533 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
542 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4114739()
545 logln("\"" + mf->format(objs1, 0, res, pos, status) + "\""); in Test4114739()
557 delete mf; in Test4114739()
567 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
571 logln("pattern before: \"" + mf->toPattern(pat) + "\""); in Test4113018()
574 mf->applyPattern(illegalPattern, status); in Test4113018()
581 delete mf; in Test4113018()
701 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
710 mf->applyPattern(prefix + pattern, status); in Test4118592()
716 objs = mf->parse(formatted, pp, count); in Test4118592()
718 logln(UnicodeString("") + i + ". pattern :\"" + mf->toPattern(pat) + "\""); in Test4118592()
733 delete mf; in Test4118592()
742 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
748 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594()
750 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
755 mf->applyPattern("{0,number,#.##}, {0,number,#.#}", status); in Test4118594()
761 result = mf->format( oldobjs, 1, result, pos, status ); in Test4118594()
764 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
772 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594()
783 delete mf; in Test4118594()
832 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
840 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4120552()
845 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552()
856 delete mf; in Test4120552()
871 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
892 out = mf->format(objs, 1, out, pos, status); in Test4142938()
907 delete mf; in Test4142938()