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

1 2 3

  /external/icu/icu4c/source/common/
usetiter.cpp 77 UBool UnicodeSetIterator::nextRange() {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetIterator.java 28 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) {
56 * When iterating over ranges using <tt>nextRange()</tt>,
82 * <tt>nextRange()</tt> return false. This is a convenience
100 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
144 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
151 public boolean nextRange() {
211 * 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 36 * while (set.nextRange()) {
62 * When iterating over ranges using <tt>nextRange()</tt>,
93 * <tt>nextRange()</tt> return false. This is a convenience
111 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
152 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
159 public boolean nextRange() {
219 * 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 27 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) {
58 * When iterating over ranges using <tt>nextRange()</tt>,
87 * <tt>nextRange()</tt> return false. This is a convenience
106 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
151 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
159 public boolean nextRange() {
221 * 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 35 * while (set.nextRange()) {
61 * When iterating over ranges using <tt>nextRange()</tt>,
92 * <tt>nextRange()</tt> return false. This is a convenience
110 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
151 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
158 public boolean nextRange() {
218 * 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 72 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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 

Completed in 552 milliseconds

1 2 3