Searched defs:nextRight (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducurr.cpp176 const icu::UnicodeString *nextRight = firstRight; local
177 while (nextLeft != NULL && nextRight != NULL) {
178 if (*nextLeft == rhs || *nextRight == lhs) {
183 nextRight = rightIter.next();
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 177 milliseconds