Home
last modified time | relevance | path

Searched refs:firstRight (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Dstringtriebuilder.h240 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, in writeUnlessInsideRightEdge() argument
247 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/third_party/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h240 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, in writeUnlessInsideRightEdge() argument
247 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h240 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, in writeUnlessInsideRightEdge() argument
247 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java245 public final void writeUnlessInsideRightEdge(int firstRight, int lastRight, in writeUnlessInsideRightEdge() argument
252 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java246 public final void writeUnlessInsideRightEdge(int firstRight, int lastRight, in writeUnlessInsideRightEdge() argument
253 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/third_party/icu/icu4c/source/common/
Ducurr.cpp161 const icu::UnicodeString *firstRight = rightIter.next(); in makeEquivalent() local
163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent()
175 if (firstRight == NULL && firstLeft == NULL) { in makeEquivalent()
180 } else if (firstRight == NULL) { in makeEquivalent()
188 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()
193 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp161 const icu::UnicodeString *firstRight = rightIter.next(); in makeEquivalent() local
163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent()
175 if (firstRight == nullptr && firstLeft == nullptr) { in makeEquivalent()
180 } else if (firstRight == nullptr) { in makeEquivalent()
188 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()
193 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp161 const icu::UnicodeString *firstRight = rightIter.next(); in makeEquivalent() local
163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent()
175 if (firstRight == NULL && firstLeft == NULL) { in makeEquivalent()
180 } else if (firstRight == NULL) { in makeEquivalent()
188 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()
193 newFirstLeft = new icu::UnicodeString(*firstRight); in makeEquivalent()