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

  /external/icu4c/test/intltest/
dtfmtrtts.h 83 static int32_t SPARSENESS;
dtfmtrtts.cpp 36 // If SPARSENESS is > 0, we don't run each exhaustive possibility.
37 // There are 24 total possible tests per each locale. A SPARSENESS
38 // of 12 means we run half of them. A SPARSENESS of 23 means we run
39 // 1 of them. SPARSENESS _must_ be in the range 0..23.
40 int32_t DateFormatRoundTripTest::SPARSENESS = 0;
144 SPARSENESS = 18;
145 logln("Quick mode: only testing SPARSENESS = 18");
224 // If we have some sparseness, implement it here. Sparseness decreases
226 for(i = 0; i < SPARSENESS; ) {
    [all...]

Completed in 28 milliseconds