Home
last modified time | relevance | path

Searched refs:nextRight (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducurr.cpp163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local
164 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
170 nextRight = rightIter.next(); in makeEquivalent()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local
164 while (nextLeft != nullptr && nextRight != nullptr) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
170 nextRight = rightIter.next(); in makeEquivalent()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local
164 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
170 nextRight = rightIter.next(); in makeEquivalent()