Home | History | Annotate | Download | only in common

Lines Matching refs:nextRight

175     const icu::UnicodeString *nextRight = firstRight;
176 while (nextLeft != NULL && nextRight != NULL) {
177 if (*nextLeft == rhs || *nextRight == lhs) {
182 nextRight = rightIter.next();