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

1 2 3 4 5

  /external/icu/icu4c/source/common/
usetiter.cpp 79 UBool UnicodeSetIterator::nextRange() {
  /external/skia/fuzz/
Fuzz.h 45 // nextRange returns values only in [min, max].
47 void nextRange(T*, Min, Max);
94 inline void Fuzz::nextRange(float* f, float min, float max) {
104 inline void Fuzz::nextRange(T* n, Min min, Max max) {
111 // Avoid misuse of nextRange
  /external/skqp/fuzz/
Fuzz.h 45 // nextRange returns values only in [min, max].
47 void nextRange(T*, Min, Max);
94 inline void Fuzz::nextRange(float* f, float min, float max) {
104 inline void Fuzz::nextRange(T* n, Min min, Max max) {
111 // 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/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMapIterator.java 39 * while (set.nextRange()) {
68 * When iterating over ranges using <tt>nextRange()</tt>,
99 * <tt>nextRange()</tt> return false. This is a convenience
117 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
158 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
165 public boolean nextRange() {
225 * 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()) {
65 * When iterating over ranges using <tt>nextRange()</tt>,
96 * <tt>nextRange()</tt> return false. This is a convenience
114 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
155 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
162 public boolean nextRange() {
222 * 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() {
509 while((range=hi.nextRange())!=NULL) {
    [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/
compiler-3.0.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 

Completed in 310 milliseconds

1 2 3 4 5