Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp71 const double filelimits[] = {0,1,2}; in TestSimpleExample() local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
128 const double filelimits[] = {-1, 0,1,2}; in TestComplexExample() local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
Dmsfmrgts.cpp794 double filelimits [] = {0,1,2}; in Test4105380() local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp502 double filelimits[] = {0,1,2}; in testMsgFormatChoice() local
504 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java478 double[] filelimits = {0,1,2}; in Test4105380() local
480 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
825 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local
827 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java312 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local
314 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1577 double filelimits[] = { 0, 1, 2 }; in TestFormatToCharacterIterator() local
1579 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java474 double[] filelimits = {0,1,2}; in Test4105380() local
476 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
821 double[] filelimits = {0,1,2}; in testBugTestsWithNamesArguments() local
823 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java308 double filelimits[] = {0,1,2}; in TestMsgFormatChoice() local
310 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1573 double filelimits[] = { 0, 1, 2 }; in TestFormatToCharacterIterator() local
1575 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()