Searched refs:low_ (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1814 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed() 1831 range.ixLow_ = pcei.low_; in previousProcessed() 1850 int low_; field in StringSearch.CollationPCE.PCEI 1875 buffer_[bufferIndex_].low_ = ixLow; in put() 1892 int low_; field in StringSearch.CollationPCE.RCEI 1912 buffer_[bufferIndex_].low_ = ixLow; in put()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 1798 pceBuffer_.put(result, rcei.low_, rcei.high_); in previousProcessed() 1815 range.ixLow_ = pcei.low_; in previousProcessed() 1834 int low_; field in StringSearch.CollationPCE.PCEI 1859 buffer_[bufferIndex_].low_ = ixLow; in put() 1876 int low_; field in StringSearch.CollationPCE.RCEI 1896 buffer_[bufferIndex_].low_ = ixLow; in put()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 1188 void randomThreshold(const double low_,const double high_); 1189 void randomThresholdChannel(const ChannelType channel_,const double low_,
|
/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()
|