Lines Matching refs:ChoiceFormat
46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); in TestSimpleExample()
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
74 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7); in TestSimpleExample()
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
293 ChoiceFormat* form_A = new ChoiceFormat(limits_A, monthNames_A, 7); in TestComplexExample()
294 ChoiceFormat* form_A2 = new ChoiceFormat(limits_A, monthNames_A, 7); in TestComplexExample()
297 ChoiceFormat* form_B = new ChoiceFormat(limits_B, monthNames_B, 7); in TestComplexExample()
313 ChoiceFormat* form_A3 = (ChoiceFormat*) form_A->clone(); in TestComplexExample()
324 ChoiceFormat form_Assigned( *form_A ); in TestComplexExample()
340 ChoiceFormat form_pat( testPattern, status ); in TestComplexExample()
475 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures()
480 ChoiceFormat fmt2(PAT, status); in TestClosures()
543 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; in TestClosures()
570 ChoiceFormat fmt(pattern, ec); in _testPattern()
639 ChoiceFormat fmt(limits, monthNames, sizeof(limits)/sizeof(limits[0])); in TestChoiceFormatToPatternOverflow()