Searched refs:filelimits (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 72 const double filelimits[] = {0,1,2}; in TestSimpleExample() local 74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample() 129 const double filelimits[] = {-1, 0,1,2}; in TestComplexExample() local 132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
|
D | msfmrgts.cpp | 797 double filelimits [] = {0,1,2}; in Test4105380() local 803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 505 double filelimits[] = {0,1,2}; in testMsgFormatChoice() local 507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 490 double[] filelimits = {0,1,2}; in Test4105380() local 492 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 845 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local 847 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 317 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local 319 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1608 double filelimits[] = { 0, 1, 2 }; in TestFormatToCharacterIterator() local 1610 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegressionTest.java | 489 double[] filelimits = {0,1,2}; in Test4105380() local 491 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 844 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local 846 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 316 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local 318 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1607 double filelimits[] = { 0, 1, 2 }; in TestFormatToCharacterIterator() local 1609 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|