HomeSort by relevance Sort by last modified time
    Searched full:startinclusive (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/util/
TreeSet.java 355 public NavigableSet<E> subSet(E start, boolean startInclusive, E end,
361 return new TreeSet<E>(backingMap.subMap(start, startInclusive, end,
392 public NavigableSet<E> tailSet(E start, boolean startInclusive) {
400 return new TreeSet<E>(backingMap.tailMap(start, startInclusive));
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 494 * @throws IllegalArgumentException if {@code endInclusive < startInclusive}
496 public static CharMatcher inRange(final char startInclusive, final char endInclusive) {
497 checkArgument(endInclusive >= startInclusive);
500 return startInclusive <= c && c <= endInclusive;
504 char c = startInclusive;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 486 * @throws IllegalArgumentException if {@code endInclusive < startInclusive}
489 final char startInclusive, final char endInclusive) {
490 checkArgument(endInclusive >= startInclusive);
493 return startInclusive <= c && c <= endInclusive;
496 char c = startInclusive;
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 486 * @throws IllegalArgumentException if {@code endInclusive < startInclusive}
489 final char startInclusive, final char endInclusive) {
490 checkArgument(endInclusive >= startInclusive);
493 return startInclusive <= c && c <= endInclusive;
496 char c = startInclusive;
    [all...]
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 344 milliseconds