/external/icu/icu4c/source/test/intltest/ |
tchcfmt.cpp | 71 const double filelimits[] = {0,1,2}; local 73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); 128 const double filelimits[] = {-1, 0,1,2}; local 131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
|
msfmrgts.cpp | 794 double filelimits [] = {0,1,2}; local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); [all...] |
tmsgfmt.cpp | 502 double filelimits[] = {0,1,2}; local 504 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MessageRegression.java | 478 double[] filelimits = {0,1,2}; local 480 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 825 double[] filelimits = {0,1,2}; local [all...] |
TestMessageFormat.java | 312 double filelimits[] = {0,1,2}; local 314 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 1577 double filelimits[] = { 0, 1, 2 }; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MessageRegression.java | 474 double[] filelimits = {0,1,2}; local 476 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 821 double[] filelimits = {0,1,2}; local [all...] |
TestMessageFormat.java | 308 double filelimits[] = {0,1,2}; local 310 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 1573 double filelimits[] = { 0, 1, 2 }; local [all...] |