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 | 798 double filelimits [] = {0,1,2}; in Test4105380() local 804 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 508 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/ |
D | MessageRegressionTest.java | 496 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()
|
D | TestMessageFormat.java | 325 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/ |
D | MessageRegressionTest.java | 493 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()
|
D | TestMessageFormat.java | 322 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()
|