Home | History | Annotate | Download | only in intltest

Lines Matching defs:cf

162     ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
165 cf->format((int32_t)1, toAppendTo, status);
170 delete cf;
1740 ChoiceFormat cf(limit, formats, 3);
1742 msgfmt->setFormat("set", cf, status);
1765 // We need to clone the stack-allocated cf so that we do not attempt to delete cf.
1766 cf.clone();
1783 msgfmt->setFormat("formatName", cf, status);