Searched defs:UCOL_OFF (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h111 UCOL_OFF = 16, enumerator in enum:__anon7385
245 * being considered backwards and UCOL_OFF which treats secondary
262 * Acceptable values are UCOL_OFF (default), which orders
271 * level) is generated or not. Acceptable values are UCOL_OFF (default),
281 * are performed. When set to UCOL_OFF (default) no normalization check
411 * UCOL_OFF (expect the text to not need normalization),
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRuleParser.java120 private static final int UCOL_OFF = 0; field in class:CollationRuleParser
602 value = UCOL_OFF;
770 return UCOL_OFF;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRuleParser.java116 private static final int UCOL_OFF = 0; field in class:CollationRuleParser
598 value = UCOL_OFF;
766 return UCOL_OFF;

Completed in 495 milliseconds