Home
last modified time | relevance | path

Searched refs:filepart (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dtchcfmt.cpp71 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local
72 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
133 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local
135 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
Dmsfmrgts.cpp784 UnicodeString filepart [] = { in Test4105380() local
789 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp486 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local
487 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()