Lines Matching refs:ChoiceFormat
47 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); in TestSimpleExample()
74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
75 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7); in TestSimpleExample()
132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
294 ChoiceFormat* form_A = new ChoiceFormat(limits_A, monthNames_A, 7); in TestComplexExample()
295 ChoiceFormat* form_A2 = new ChoiceFormat(limits_A, monthNames_A, 7); in TestComplexExample()
298 ChoiceFormat* form_B = new ChoiceFormat(limits_B, monthNames_B, 7); in TestComplexExample()
314 ChoiceFormat* form_A3 = form_A->clone(); in TestComplexExample()
325 ChoiceFormat form_Assigned( *form_A ); in TestComplexExample()
341 ChoiceFormat form_pat( testPattern, status ); in TestComplexExample()
476 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures()
481 ChoiceFormat fmt2(PAT, status); in TestClosures()
544 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; in TestClosures()
571 ChoiceFormat fmt(pattern, ec); in _testPattern()
640 ChoiceFormat fmt(limits, monthNames, UPRV_LENGTHOF(limits)); in TestChoiceFormatToPatternOverflow()