Searched refs:MIN_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/charperf/
H A Dcharperf.cpp70 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...]
H A Dcharperf.h27 for (UChar32 i = MIN_; i < MAX_; i ++) {
34 return MAX_ - MIN_;
39 MIN_ = min;
45 UChar32 MIN_; member in class:CharPerfFunction
56 for (wchar_t i = MIN_; i < MAX_; i ++) {
63 return MAX_ - MIN_;
69 MIN_ = min;
79 wchar_t MIN_; member in class:StdLibCharPerfFunction
115 UChar32 MIN_; member in class:CharPerformanceTest
/external/icu4c/test/perf/charperf/
H A Dcharperf.cpp70 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...]
H A Dcharperf.h27 for (UChar32 i = MIN_; i < MAX_; i ++) {
34 return MAX_ - MIN_;
39 MIN_ = min;
45 UChar32 MIN_; member in class:CharPerfFunction
56 for (wchar_t i = MIN_; i < MAX_; i ++) {
63 return MAX_ - MIN_;
69 MIN_ = min;
79 wchar_t MIN_; member in class:StdLibCharPerfFunction
115 UChar32 MIN_; member in class:CharPerformanceTest

Completed in 100 milliseconds