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

  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 352 int32_t maxHigh = cal.getMaximum(f);
378 if (maxActual < maxLow || maxActual > maxHigh) {
382 ")=" + maxLow + ".." + maxHigh +
391 maxLow + ".." + maxHigh + ")");
  /external/icu4c/test/intltest/
callimts.cpp 354 int32_t maxHigh = cal.getMaximum(f);
380 if (maxActual < maxLow || maxActual > maxHigh) {
384 ")=" + maxLow + ".." + maxHigh +
393 maxLow + ".." + maxHigh + ")");

Completed in 17 milliseconds