HomeSort by relevance Sort by last modified time
    Searched refs:filelimits (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 72 const double filelimits[] = {0,1,2}; local
74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
129 const double filelimits[] = {-1, 0,1,2}; local
132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
msfmrgts.cpp 797 double filelimits [] = {0,1,2}; local
803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tmsgfmt.cpp 505 double filelimits[] = {0,1,2}; local
507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 490 double[] filelimits = {0,1,2}; local
492 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
845 double[] filelimits = {0,1,2}; local
    [all...]
TestMessageFormat.java 317 double filelimits[] = {0,1,2}; local
319 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1608 double filelimits[] = { 0, 1, 2 }; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegressionTest.java 489 double[] filelimits = {0,1,2}; local
491 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
844 double[] filelimits = {0,1,2}; local
    [all...]
TestMessageFormat.java 316 double filelimits[] = {0,1,2}; local
318 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1607 double filelimits[] = { 0, 1, 2 }; local
    [all...]

Completed in 192 milliseconds