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

  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 335 int32_t pairLimit;
413 pairLimit = 0x10000;
424 pairLimit = limit;
822 if (++count > pairLimit) {
823 //throw new TestTruncated("Test truncated at " + pairLimit + " x 64k pairs");
825 parent->logln((UnicodeString)"Test truncated at " + pairLimit + " x 64k pairs");
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 335 int32_t pairLimit;
413 pairLimit = 0x10000;
424 pairLimit = limit;
822 if (++count > pairLimit) {
823 //throw new TestTruncated("Test truncated at " + pairLimit + " x 64k pairs");
825 parent->logln((UnicodeString)"Test truncated at " + pairLimit + " x 64k pairs");
    [all...]

Completed in 98 milliseconds