Searched refs:filelimits (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 71 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()
|
D | msfmrgts.cpp | 794 double filelimits [] = {0,1,2}; in Test4105380() local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 502 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/ |
D | MessageRegression.java | 478 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()
|
D | TestMessageFormat.java | 312 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/ |
D | MessageRegression.java | 474 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()
|
D | TestMessageFormat.java | 308 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()
|