Searched refs:filepart (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 73 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local 74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample() 130 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local 132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
|
D | msfmrgts.cpp | 799 UnicodeString filepart [] = { in Test4105380() local 804 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 509 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local 510 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 497 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 498 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 852 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 853 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 326 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 327 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1619 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1620 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegressionTest.java | 494 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 495 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 849 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 850 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 323 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 324 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1616 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1617 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|