Home
last modified time | relevance | path

Searched refs:nextRange (Results 1 – 25 of 58) sorted by relevance

123

/external/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java735 Range<C> nextRange = completeRangeItr.next();
736 if (upperBoundOnLowerBounds.isLessThan(nextRange.lowerBound)) {
739 nextRange = nextRange.intersection(restriction);
740 return Maps.immutableEntry(nextRange.lowerBound, nextRange);
763 Range<C> nextRange = completeRangeItr.next();
764 if (restriction.lowerBound.compareTo(nextRange.upperBound) >= 0) {
767 nextRange = nextRange.intersection(restriction);
768 if (lowerBoundWindow.contains(nextRange.lowerBound)) {
769 return Maps.immutableEntry(nextRange.lowerBound, nextRange);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DUnicodeSetPerf.java49 while (it.nextRange()) { in testUnicodeSetAdd()
69 while (it.nextRange()) {
/external/icu/icu4c/source/common/unicode/
Dusetiter.h211 UBool nextRange();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSetIterator.java159 public boolean nextRange() { in nextRange() method in UnicodeSetIterator
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSetIterator.java151 public boolean nextRange() { in nextRange() method in UnicodeSetIterator
/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) { in TrieSet()
Dbitset.cpp105 if(iter.nextRange() && !iter.isString()) { in BitSet()
/external/icu/icu4c/source/common/
Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMapIterator.java158 public boolean nextRange() { in nextRange() method in UnicodeMapIterator
DVisitor.java92 while(it.nextRange()) { in doAt()
DPrettyPrinter.java124 for (UnicodeSetIterator it = new UnicodeSetIterator(uset); it.nextRange();) { in format()
DUnicodePropertySource.java299 while (source.nextRange()) { in addAll()
DCollectionUtilities.java477 for (UnicodeSetIterator it = new UnicodeSetIterator(exemplar1); it.nextRange();) { in flatten()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodeMapIterator.java159 public boolean nextRange() { in nextRange() method in UnicodeMapIterator
DVisitor.java93 while(it.nextRange()) { in doAt()
DPrettyPrinter.java125 for (UnicodeSetIterator it = new UnicodeSetIterator(uset); it.nextRange();) { in format()
DUnicodePropertySource.java300 while (source.nextRange()) { in addAll()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java195 while (!existsInScript && iter.nextRange()) { in TestExemplarSet()
267 while (!existsInScript && iter.nextRange()) { in TestExemplarSet2()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java199 while (!existsInScript && iter.nextRange()) { in TestExemplarSet()
271 while (!existsInScript && iter.nextRange()) { in TestExemplarSet2()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptData.java159 while (it.nextRange()) { in ScriptData()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp72 const Range *nextRange() { in nextRange() function in HangulIterator
995 while((range=hi.nextRange())!=NULL) { in setHangulData()
1009 while((range=hi.nextRange())!=NULL) { in setHangulData()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
DCheckSystemFonts.java173 for (UnicodeMapIterator<String> it = new UnicodeMapIterator<String>(map); it.nextRange();) { in showFullCoverage()
195 for (UnicodeSetIterator it = new UnicodeSetIterator(items); it.nextRange();) { in showFullCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java1725 for (UnicodeSetIterator it = new UnicodeSetIterator(testSet); it.nextRange();) { in CheckRangeSpeed()
2224 while (it.nextRange()) { in copyWithIterator()
2435 it.nextRange(); in TestIteration()
2440 it.nextRange(); in TestIteration()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1721 for (UnicodeSetIterator it = new UnicodeSetIterator(testSet); it.nextRange();) { in CheckRangeSpeed()
2220 while (it.nextRange()) { in copyWithIterator()
2431 it.nextRange(); in TestIteration()
2436 it.nextRange(); in TestIteration()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp421 while(hanIter.nextRange()) { in CollData()

123