OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextElements
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java
186
final Stack<E>
nextElements
= new Stack<E>();
193
* {@link #
nextElements
} if {@code next()} was called more recently then
203
Helpers.addAll(
nextElements
, Helpers.reverse(expectedElements));
205
previousElements.push(
nextElements
.pop());
221
return !
nextElements
.isEmpty();
231
return transferElement(
nextElements
, previousElements);
241
return transferElement(previousElements,
nextElements
);
267
* {@link #
nextElements
} to the top of the stack so that it is returned by
269
* {@link #
nextElements
}, this method throws an
279
if (
nextElements
.remove(e))
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
regcoll.cpp
1144
LocalArray<UnicodeString>
nextElements
(new UnicodeString[count]);
1152
nextElements
[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
[
all
...]
Completed in 68 milliseconds