Searched refs:nextRight (Results 1 – 3 of 3) sorted by relevance
163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local164 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()170 nextRight = rightIter.next(); in makeEquivalent()
163 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local164 while (nextLeft != nullptr && nextRight != nullptr) { in makeEquivalent()165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()170 nextRight = rightIter.next(); in makeEquivalent()