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

  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 240 int64_t maxv=numeric_limits<int64_t>::max()) {
247 if (val < minv || val > maxv) {
250 << minv << ", " << maxv << "]"; local
258 int64_t maxv=numeric_limits<int64_t>::max()) {
265 if (val < minv || val > maxv) {
268 << minv << ", " << maxv << "]"; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 241 int64_t maxv=numeric_limits<int64_t>::max()) {
248 if (val < minv || val > maxv) {
251 << minv << ", " << maxv << "]"; local
259 int64_t maxv=numeric_limits<int64_t>::max()) {
266 if (val < minv || val > maxv) {
269 << minv << ", " << maxv << "]"; local
    [all...]
  /external/jpeg/
jquant2.c 299 register INT32 maxv = 0; local
303 if (boxp->volume > maxv) {
305 maxv = boxp->volume;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 418 milliseconds