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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 116 public static final int UPPER_LONG = 2;
372 * is produced using BoundMode.UPPER_LONG is used, the above example will
384 * length or BoundMode.UPPER_LONG that matches strings that
452 case BoundMode.UPPER_LONG: // = 2
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 120 public static final int UPPER_LONG = 2;
382 * is produced using BoundMode.UPPER_LONG is used, the above example will
394 * length or BoundMode.UPPER_LONG that matches strings that
463 case BoundMode.UPPER_LONG: // = 2

Completed in 165 milliseconds