Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt

672     MessageFormat *fmt = new MessageFormat("MessageFormat's API is broken!!!!!!!!!!!",realStatus);
673 fmt->setLocale(theLocale);
674 fmt->applyPattern(pattern, realStatus);
677 delete fmt;
682 fmt->format(myArgs,4,result,ignore,realStatus);
684 delete fmt;
718 LocalPointer<NumberFormat> fmt(NumberFormat::createCurrencyInstance(Locale::getUS(), status));
719 return fmt.orphan();