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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODInterval.h 135 const T& maxHigh() const { return m_maxHigh; }
136 void setMaxHigh(const T& maxHigh) { m_maxHigh = maxHigh; }
149 builder.append(", maxHigh=");
150 builder.append(ValueToString<T>::string(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 84 milliseconds