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;
1738 ChoiceFormat cf(limit, formats, 3);
1740 msgfmt->setFormat("set", cf, status);
1763 // We need to clone the stack-allocated cf so that we do not attempt to delete cf.
1764 Format *cfClone = cf.clone();
1781 msgfmt->setFormat("formatName", cf, status);