HomeSort by relevance Sort by last modified time
    Searched refs:lastRight (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 237 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight,
239 // Note: Edge numbers are negative, lastRight<=firstRight.
244 if(offset<0 && (offset<lastRight || firstRight<offset)) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 245 public final void writeUnlessInsideRightEdge(int firstRight, int lastRight,
247 // Note: Edge numbers are negative, lastRight<=firstRight.
252 if(offset<0 && (offset<lastRight || firstRight<offset)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 246 public final void writeUnlessInsideRightEdge(int firstRight, int lastRight,
248 // Note: Edge numbers are negative, lastRight<=firstRight.
253 if(offset<0 && (offset<lastRight || firstRight<offset)) {
    [all...]
  /external/skia/src/core/
SkRegion.cpp     [all...]
  /external/skqp/src/core/
SkRegion.cpp     [all...]

Completed in 884 milliseconds