Lines Matching defs:firstRight
177 const icu::UnicodeString *firstRight = rightIter.next();
179 const icu::UnicodeString *nextRight = firstRight;
191 if (firstRight == NULL && firstLeft == NULL) {
196 } else if (firstRight == NULL) {
204 newFirstLeft = new icu::UnicodeString(*firstRight);
209 newFirstLeft = new icu::UnicodeString(*firstRight);