HomeSort by relevance Sort by last modified time
    Searched refs:nextElements (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 185 final Stack<E> nextElements = new Stack<E>();
192 * {@link #nextElements} if {@code next()} was called more recently then
202 Helpers.addAll(nextElements, Helpers.reverse(expectedElements));
204 previousElements.push(nextElements.pop());
220 return !nextElements.isEmpty();
230 return transferElement(nextElements, previousElements);
240 return transferElement(previousElements, nextElements);
266 * {@link #nextElements} to the top of the stack so that it is returned by
268 * {@link #nextElements}, this method throws an
278 if (nextElements.remove(e))
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 1140 LocalArray<UnicodeString> nextElements(new UnicodeString[count]);
1148 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
    [all...]

Completed in 966 milliseconds