Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextLeft

174     const icu::UnicodeString *nextLeft = firstLeft;
176 while (nextLeft != NULL && nextRight != NULL) {
177 if (*nextLeft == rhs || *nextRight == lhs) {
181 nextLeft = leftIter.next();