HomeSort by relevance Sort by last modified time
    Searched refs:firstRight (Results 1 - 4 of 4) 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/icu/icu4c/source/common/
ucurr.cpp 175 const icu::UnicodeString *firstRight = rightIter.next();
177 const icu::UnicodeString *nextRight = firstRight;
189 if (firstRight == NULL && firstLeft == NULL) {
194 } else if (firstRight == NULL) {
202 newFirstLeft = new icu::UnicodeString(*firstRight);
207 newFirstLeft = new icu::UnicodeString(*firstRight);
    [all...]

Completed in 166 milliseconds