Home | History | Annotate | Download | only in intltest

Lines Matching refs:SPARSENESS

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; ) {