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

  /external/icu/icu4c/source/i18n/unicode/
ucol.h 83 * universal value is UCOL_DEFAULT, which resets the attribute value to the predefined
89 UCOL_DEFAULT = -1,
230 /** Attributes that collation service understands. All the attributes can take UCOL_DEFAULT
402 * UCOL_DEFAULT (set the mode according to the rules)
674 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 117 private static final int UCOL_DEFAULT = -1;
228 return UCOL_DEFAULT;
239 return UCOL_DEFAULT;
247 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; }
288 return UCOL_DEFAULT;
554 int value = UCOL_DEFAULT;
561 if(value != UCOL_DEFAULT) {
567 int value = UCOL_DEFAULT;
573 if(value != UCOL_DEFAULT) {
579 int value = UCOL_DEFAULT;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 113 private static final int UCOL_DEFAULT = -1;
224 return UCOL_DEFAULT;
235 return UCOL_DEFAULT;
243 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; }
284 return UCOL_DEFAULT;
550 int value = UCOL_DEFAULT;
557 if(value != UCOL_DEFAULT) {
563 int value = UCOL_DEFAULT;
569 if(value != UCOL_DEFAULT) {
575 int value = UCOL_DEFAULT;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 130 milliseconds