Home
last modified time | relevance | path

Searched refs:findRow (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java65 private int findRow(int rangeStart) { in findRow() method in PropsVectors
194 firstRow = findRow(start); in setValue()
195 lastRow = findRow(end); in setValue()
287 int index = findRow(c); in getValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPropsVectors.java67 private int findRow(int rangeStart) { in findRow() method in PropsVectors
196 firstRow = findRow(start); in setValue()
197 lastRow = findRow(end); in setValue()
289 int index = findRow(c); in getValue()
/third_party/skia/src/core/
H A DSkAAClip.h80 const uint8_t* findRow(int y, int* lastYForRow = nullptr) const;
H A DSkAAClip.cpp1546 const uint8_t* SkAAClip::findRow(int y, int* lastYForRow) const {
1594 const uint8_t* row = this->findRow(top, &lastY);
1664 const uint8_t* row = fAAClip->findRow(y);
1732 const uint8_t* row = fAAClip->findRow(y);
1750 const uint8_t* row = fAAClip->findRow(y, &lastY);
1949 const uint8_t* row = fAAClip->findRow(y, &localStopY);
1950 // findRow returns last Y, not stop, so we add 1
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 6 milliseconds