Searched refs:firstRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h227 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, argument
229 // Note: Edge numbers are negative, lastRight<=firstRight.
234 if(offset<0 && (offset<lastRight || firstRight<offset)) {
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h229 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, argument
231 // Note: Edge numbers are negative, lastRight<=firstRight.
236 if(offset<0 && (offset<lastRight || firstRight<offset)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp173 const icu::UnicodeString *firstRight = rightIter.next(); local
175 const icu::UnicodeString *nextRight = firstRight;
187 if (firstRight == NULL && firstLeft == NULL) {
192 } else if (firstRight == NULL) {
200 newFirstLeft = new icu::UnicodeString(*firstRight);
205 newFirstLeft = new icu::UnicodeString(*firstRight);
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp173 const icu::UnicodeString *firstRight = rightIter.next(); local
175 const icu::UnicodeString *nextRight = firstRight;
187 if (firstRight == NULL && firstLeft == NULL) {
192 } else if (firstRight == NULL) {
200 newFirstLeft = new icu::UnicodeString(*firstRight);
205 newFirstLeft = new icu::UnicodeString(*firstRight);

Completed in 1759 milliseconds