Home | History | Annotate | Download | only in intltest

Lines Matching refs:cf

339     ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
343 logln(cf == NULL ? "TRUE" : "FALSE");
348 delete cf;
367 ChoiceFormat *cf = NULL;
369 // cf = new ChoiceFormat(limits, formats, 3);
372 // cf = null;
374 //if (cf != null)
375 // errln(cf->format(5));
377 delete cf;
394 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
398 str = cf->format(d, str, pos);
402 delete cf;
935 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status);
940 out = cf->format((double)j, out, pos);
946 pat = cf->toPattern(pat);
959 delete cf;