OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRange
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/unicode/
usetiter.h
50
* while (it.
nextRange
()) {
81
* When iterating over ranges using <tt>
nextRange
()</tt>,
111
* <tt>
nextRange
()</tt> return false. This is a convenience
128
* <tt>
nextRange
()</tt> was called.
149
* <tt>isString()</tt> returned false and <tt>
nextRange
()</tt> was
183
* calls to <tt>next()</tt> and <tt>
nextRange
()</tt> without
204
* <tt>next()</tt> and <tt>
nextRange
()</tt> without calling
211
UBool
nextRange
();
/external/icu4c/common/
usetiter.cpp
77
UBool UnicodeSetIterator::
nextRange
() {
/external/icu4c/test/perf/unisetperf/draft/
trieset.cpp
48
while(iter.
nextRange
() && !iter.isString()) {
bitset.cpp
104
if(iter.
nextRange
() && !iter.isString()) {
/frameworks/base/telephony/java/com/android/internal/telephony/
IntRangeManager.java
115
ClientRange
nextRange
= clients.get(i);
116
if (range.startId <=
nextRange
.startId) {
118
if (!range.equals(
nextRange
)) {
/external/icu4c/tools/gennorm2/
n2builder.cpp
72
const Range *
nextRange
() {
890
while((range=hi.
nextRange
())!=NULL) {
904
while((range=hi.
nextRange
())!=NULL)
[
all
...]
/external/icu4c/test/intltest/
usettest.cpp
[
all
...]
Completed in 55 milliseconds