Searched refs:MIN_ (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/perf/charperf/ |
D | charperf.cpp | 70 MIN_ = 0; in CharPerformanceTest() 81 MIN_ = atoi(options[MIN_OPTION_].value); in CharPerformanceTest() 128 return new CharPerfFunction(isAlpha, MIN_, MAX_); in TestIsAlpha() 133 return new CharPerfFunction(isUpper, MIN_, MAX_); in TestIsUpper() 138 return new CharPerfFunction(isLower, MIN_, MAX_); in TestIsLower() 143 return new CharPerfFunction(isDigit, MIN_, MAX_); in TestIsDigit() 148 return new CharPerfFunction(isSpace, MIN_, MAX_); in TestIsSpace() 153 return new CharPerfFunction(isAlphaNumeric, MIN_, MAX_); in TestIsAlphaNumeric() 163 return new CharPerfFunction(isPrint, MIN_, MAX_); in TestIsPrint() 168 return new CharPerfFunction(isControl, MIN_, MAX_); in TestIsControl() [all …]
|
D | charperf.h | 27 for (UChar32 i = MIN_; i < MAX_; i ++) { in call() 34 return MAX_ - MIN_; in getOperationsPerIteration() 39 MIN_ = min; in CharPerfFunction() 45 UChar32 MIN_; variable 56 for (wchar_t i = MIN_; i < MAX_; i ++) { in call() 63 return MAX_ - MIN_; in getOperationsPerIteration() 69 MIN_ = min; in StdLibCharPerfFunction() 79 wchar_t MIN_; variable 115 UChar32 MIN_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 205 const std::string& min() const { return MIN_; } in min() 255 std::string MIN_; variable
|
D | network_library.cc | 965 return value->GetAsString(&MIN_); in ParseValue()
|