Searched refs:filepart (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 71 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()
|
D | msfmrgts.cpp | 784 UnicodeString filepart [] = { in Test4105380() local 789 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 486 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local 487 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
|