Home | History | Annotate | Download | only in intltest

Lines Matching refs:cf

163     ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
166 cf->format((int32_t)1, toAppendTo, status);
171 delete cf;
1741 ChoiceFormat cf(limit, formats, 3);
1743 msgfmt->setFormat("set", cf, status);
1766 // We need to clone the stack-allocated cfcf.
1767 Format *cfClone = cf.clone();
1784 msgfmt->setFormat("formatName", cf, status);