OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endOfData
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/tools/genprops/misc/
ucdstrip.c
29
endOfData
(const char *l) {
53
*
endOfData
(line)=0;
ucdmerge.c
37
endOfData
(const char *l) {
63
end1=
endOfData
(l1);
64
end2=
endOfData
(l2);
/external/icu4c/tools/genprops/
ucdstrip.c
29
endOfData
(const char *l) {
53
*
endOfData
(line)=0;
ucdmerge.c
37
endOfData
(const char *l) {
63
end1=
endOfData
(l1);
64
end2=
endOfData
(l2);
/external/guava/src/com/google/common/collect/
AbstractIterator.java
36
* and invoke the {@link #
endOfData
} method when appropriate.
50
* return
endOfData
();
82
* #
endOfData
()} when there are no elements left in the iteration. Failure to
88
* implementation either invokes {@code
endOfData
} or throws an exception,
100
* @return the next element if there was one. If {@code
endOfData
} was called
115
* implementation can use the simple statement {@code return
endOfData
();}
117
protected final T
endOfData
() {
RegularImmutableMap.java
194
:
endOfData
();
ImmutableSet.java
383
:
endOfData
();
Multisets.java
373
return
endOfData
();
ImmutableSortedMap.java
553
:
endOfData
();
Iterators.java
609
return
endOfData
();
[
all
...]
/external/guava/src/com/google/common/base/
Splitter.java
397
return
endOfData
();
416
protected final T
endOfData
() {
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 125 milliseconds