HomeSort by relevance Sort by last modified time
    Searched defs:nextRange (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/icu/icu4c/source/common/
usetiter.cpp 79 UBool UnicodeSetIterator::nextRange() {
  /external/skia/fuzz/
Fuzz.h 42 // nextRange returns values only in [min, max].
44 void nextRange(T*, Min, Max);
87 inline void Fuzz::nextRange(float* f, float min, float max) {
97 inline void Fuzz::nextRange(T* n, Min min, Max max) {
104 // Avoid misuse of nextRange
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetIterator.java 30 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) {
58 * When iterating over ranges using <tt>nextRange()</tt>,
84 * <tt>nextRange()</tt> return false. This is a convenience
102 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
146 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
153 public boolean nextRange() {
213 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
  /external/r8/src/main/java/com/android/tools/r8/bisect/
BisectState.java 154 private Range nextRange = null;
195 nextRange = new Range(data.get(data.size() - 1));
199 if (nextRange == null) {
204 assert nextRange.equals(new Range(0, 0));
211 assert nextRange.equals(new Range(0, indexMap.size()));
217 runs.add(new Run(result, nextRange));
218 System.out.println("Marked range " + nextRange + ": " + result);
219 nextRange = null;
230 if (nextRange.size() == 1) {
231 int index = nextRange.start
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMapIterator.java 38 * while (set.nextRange()) {
64 * When iterating over ranges using <tt>nextRange()</tt>,
95 * <tt>nextRange()</tt> return false. This is a convenience
113 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
154 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
161 public boolean nextRange() {
221 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetIterator.java 29 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) {
60 * When iterating over ranges using <tt>nextRange()</tt>,
89 * <tt>nextRange()</tt> return false. This is a convenience
108 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
153 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
161 public boolean nextRange() {
223 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMapIterator.java 37 * while (set.nextRange()) {
63 * When iterating over ranges using <tt>nextRange()</tt>,
94 * <tt>nextRange()</tt> return false. This is a convenience
112 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
153 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
160 public boolean nextRange() {
220 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
PageRangeUtils.java 132 PageRange nextRange = pageRanges[i + 1];
133 if (currentRange.getEnd() + 1 >= nextRange.getStart()) {
136 Math.max(currentRange.getEnd(), nextRange.getEnd()));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 116 ClientRange nextRange = mClients.get(i);
117 if (range.mStartId <= nextRange.mStartId) {
119 if (!range.equals(nextRange)) {
121 if (range.mStartId == nextRange.mStartId
122 && range.mEndId > nextRange.mEndId) {
219 IntRange nextRange = null;
221 nextRange = mRanges.get(startIndex + 1);
222 if ((nextRange.mStartId - 1) <= endId) {
224 if (endId <= nextRange.mEndId) {
226 newRangeEndId = nextRange.mStartId - 1; // need to enable [3, 4
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 74 const Range *nextRange() {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha6/
compiler-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha7/
compiler-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha9/
compiler-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-beta1/
compiler-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-beta2/
compiler-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-beta6/
compiler-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-beta7/
compiler-3.0.0-beta7.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 685 milliseconds

1 2 3 4