Home | History | Annotate | Download | only in intltest

Lines Matching defs:cf

337     ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
341 logln(cf == NULL ? "TRUE" : "FALSE");
346 delete cf;
365 ChoiceFormat *cf = NULL;
367 // cf = new ChoiceFormat(limits, formats, 3);
370 // cf = null;
372 //if (cf != null)
373 // errln(cf->format(5));
375 delete cf;
392 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
396 str = cf->format(d, str, pos);
400 delete cf;
924 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status);
929 out = cf->format((double)j, out, pos);
935 pat = cf->toPattern(pat);
948 delete cf;