Searched refs:high_ (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 1798 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed() 1816 range.ixHigh_ = pcei.high_; in previousProcessed() 1835 int high_; field in StringSearch.CollationPCE.PCEI 1860 buffer_[bufferIndex_].high_ = ixHigh; in put() 1877 int high_; field in StringSearch.CollationPCE.RCEI 1897 buffer_[bufferIndex_].high_ = ixHigh; in put()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1814 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed() 1832 range.ixHigh_ = pcei.high_; in previousProcessed() 1851 int high_; field in StringSearch.CollationPCE.PCEI 1876 buffer_[bufferIndex_].high_ = ixHigh; in put() 1893 int high_; field in StringSearch.CollationPCE.RCEI 1913 buffer_[bufferIndex_].high_ = ixHigh; in put()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 1188 void randomThreshold(const double low_,const double high_); 1190 const double high_);
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3942 void Magick::Image::randomThreshold(const double low_,const double high_) in randomThreshold() argument 3945 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThreshold() 3950 const double low_,const double high_) in randomThresholdChannel() argument 3955 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThresholdChannel()
|