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

  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.h 83 static int32_t SPARSENESS;
dtfmtrtts.cpp 35 // If SPARSENESS is > 0, we don't run each exhaustive possibility.
36 // There are 24 total possible tests per each locale. A SPARSENESS
37 // of 12 means we run half of them. A SPARSENESS of 23 means we run
38 // 1 of them. SPARSENESS _must_ be in the range 0..23.
39 int32_t DateFormatRoundTripTest::SPARSENESS = 0;
143 SPARSENESS = 18;
144 logln("Quick mode: only testing SPARSENESS = 18");
223 // If we have some sparseness, implement it here. Sparseness decreases
225 for(i = 0; i < SPARSENESS; ) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRoundTripTest.java 39 private int SPARSENESS = 18;
107 // If we have some sparseness, implement it here. Sparseness decreases
109 for (i = 0; i < SPARSENESS; i++) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRoundTripTest.java 35 private int SPARSENESS = 18;
103 // If we have some sparseness, implement it here. Sparseness decreases
105 for (i = 0; i < SPARSENESS; i++) {

Completed in 241 milliseconds