HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_NON_IGNORABLE (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.h 173 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED;
collationsettings.cpp 338 case UCOL_NON_IGNORABLE:
ucol_sit.cpp 122 { 'N', UCOL_NON_IGNORABLE },
coll.cpp 287 { "non-ignorable", UCOL_NON_IGNORABLE },
collationruleparser.cpp 528 value = UCOL_NON_IGNORABLE;
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 95 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);