Home
last modified time | relevance | path

Searched refs:filelimits (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp72 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()
Dmsfmrgts.cpp797 double filelimits [] = {0,1,2}; in Test4105380() local
803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp505 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/
DMessageRegressionTest.java490 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()
DTestMessageFormat.java317 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/
DMessageRegressionTest.java489 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()
DTestMessageFormat.java316 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()