Home | History | Annotate | Download | only in common

Lines Matching refs:firstRight

175     const icu::UnicodeString *firstRight = rightIter.next();
177 const icu::UnicodeString *nextRight = firstRight;
189 if (firstRight == NULL && firstLeft == NULL) {
194 } else if (firstRight == NULL) {
202 newFirstLeft = new icu::UnicodeString(*firstRight);
207 newFirstLeft = new icu::UnicodeString(*firstRight);