HomeSort by relevance Sort by last modified time
    Searched defs:BUCKETS (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AlphabeticIndexCompat.java 16 private static final String BUCKETS = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-";
17 private static final int UNKNOWN_BUCKET_INDEX = BUCKETS.length() - 1;
22 * Sets the max number of the label buckets in this index.
35 int index = BUCKETS.indexOf(s.substring(0, 1).toUpperCase());
46 return BUCKETS.substring(index, index + 1);
77 // Ensure we always have some base English locale buckets
99 * Sets the max number of the label buckets in this index.
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 47 milliseconds