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

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h113 UCOL_ON = 17, enumerator in enum:__anon6698
236 * Acceptable values are UCOL_ON, which results in secondary weights
264 * when case level is not generated, and UCOL_ON which causes the case
276 * When set to UCOL_ON, an incremental check is performed to see whether
401 * UCOL_ON (normalize), or
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRuleParser.java119 private static final int UCOL_ON = 1; field in class:CollationRuleParser
635 if(value == UCOL_ON) {
766 return UCOL_ON;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRuleParser.java115 private static final int UCOL_ON = 1; field in class:CollationRuleParser
631 if(value == UCOL_ON) {
762 return UCOL_ON;

Completed in 602 milliseconds