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.cpp798 double filelimits [] = {0,1,2}; in Test4105380() local
804 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp508 double filelimits[] = {0,1,2}; 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/
DMessageRegressionTest.java496 double[] filelimits = {0,1,2}; in Test4105380() local
498 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
851 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local
853 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java325 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local
327 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1618 double filelimits[] = { 0, 1, 2 }; 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/
DMessageRegressionTest.java493 double[] filelimits = {0,1,2}; in Test4105380() local
495 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
848 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local
850 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java322 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local
324 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1615 double filelimits[] = { 0, 1, 2 }; in TestFormatToCharacterIterator() local
1617 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()