Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt

181     MessageFormat *fmt = new MessageFormat(pattern, status);
186 logln("The output pattern is : " + fmt->toPattern(result));
190 delete fmt;
1065 Formattable* fmt = new Formattable(UDate(8.71068e+011), Formattable::kIsDate);
1080 *fmt,
1108 delete fmt;
1544 MessageFormat* fmt = new MessageFormat(formats[i], locale, ec);
1555 fmt->format(args, 1, result, fp, ec);
1560 Formattable* parseResult = fmt->parse(result, count, ec);
1570 delete fmt;