Home
last modified time | relevance | path

Searched refs:maxLow (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp391 int32_t maxLow = cal.getLeastMaximum(f); in doLimitsTest() local
418 if (maxActual < maxLow || maxActual > maxHigh) { in doLimitsTest()
425 ")=" + maxLow + ".." + maxHigh + in doLimitsTest()
431 ")=" + maxLow + ".." + maxHigh + in doLimitsTest()
445 maxLow + ".." + maxHigh + ")"); in doLimitsTest()
454 maxLow + ".." + maxHigh + ")"); in doLimitsTest()
461 maxLow + ".." + maxHigh + ")"); in doLimitsTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java270 int maxLow = cal.getLeastMaximum(f); in doLimitsTest() local
289 if (maxActual < maxLow || maxActual > maxHigh) { in doLimitsTest()
292 ")=" + maxLow + ".." + maxHigh + in doLimitsTest()
300 maxLow + ".." + maxHigh + ")"); in doLimitsTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java267 int maxLow = cal.getLeastMaximum(f); in doLimitsTest() local
286 if (maxActual < maxLow || maxActual > maxHigh) { in doLimitsTest()
289 ")=" + maxLow + ".." + maxHigh + in doLimitsTest()
297 maxLow + ".." + maxHigh + ")"); in doLimitsTest()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp2078 float maxUp[4], maxLow[4]; in sample_image_pixel_float_offset() local
2088 pixelMax(lowLeft, lowRight, maxLow); in sample_image_pixel_float_offset()
2089 pixelMax(maxUp, maxLow, returnVal.p); in sample_image_pixel_float_offset()