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

  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.cpp 70 MIN_ = 0;
81 MIN_ = atoi(options[MIN_OPTION_].value);
128 return new CharPerfFunction(isAlpha, MIN_, MAX_);
133 return new CharPerfFunction(isUpper, MIN_, MAX_);
138 return new CharPerfFunction(isLower, MIN_, MAX_);
143 return new CharPerfFunction(isDigit, MIN_, MAX_);
148 return new CharPerfFunction(isSpace, MIN_, MAX_);
153 return new CharPerfFunction(isAlphaNumeric, MIN_, MAX_);
163 return new CharPerfFunction(isPrint, MIN_, MAX_);
168 return new CharPerfFunction(isControl, MIN_, MAX_)
    [all...]
charperf.h 27 for (UChar32 i = MIN_; i < MAX_; i ++) {
34 return MAX_ - MIN_;
39 MIN_ = min;
45 UChar32 MIN_;
56 for (wchar_t i = MIN_; i < MAX_; i ++) {
63 return MAX_ - MIN_;
69 MIN_ = min;
79 wchar_t MIN_;
115 UChar32 MIN_;
  /external/icu4c/test/perf/charperf/
charperf.cpp 70 MIN_ = 0;
81 MIN_ = atoi(options[MIN_OPTION_].value);
128 return new CharPerfFunction(isAlpha, MIN_, MAX_);
133 return new CharPerfFunction(isUpper, MIN_, MAX_);
138 return new CharPerfFunction(isLower, MIN_, MAX_);
143 return new CharPerfFunction(isDigit, MIN_, MAX_);
148 return new CharPerfFunction(isSpace, MIN_, MAX_);
153 return new CharPerfFunction(isAlphaNumeric, MIN_, MAX_);
163 return new CharPerfFunction(isPrint, MIN_, MAX_);
168 return new CharPerfFunction(isControl, MIN_, MAX_)
    [all...]
charperf.h 27 for (UChar32 i = MIN_; i < MAX_; i ++) {
34 return MAX_ - MIN_;
39 MIN_ = min;
45 UChar32 MIN_;
56 for (wchar_t i = MIN_; i < MAX_; i ++) {
63 return MAX_ - MIN_;
69 MIN_ = min;
79 wchar_t MIN_;
115 UChar32 MIN_;

Completed in 150 milliseconds