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 175 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED;
collationsettings.cpp 340 case UCOL_NON_IGNORABLE:
ucol_sit.cpp 124 { 'N', UCOL_NON_IGNORABLE },
coll.cpp 291 { "non-ignorable", UCOL_NON_IGNORABLE },
collationruleparser.cpp 530 value = UCOL_NON_IGNORABLE;
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 97 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
apicoll.cpp     [all...]
srchtest.cpp 981 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
    [all...]
ssearch.cpp 190 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
    [all...]
tsmthred.cpp     [all...]
collationtest.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 120 UCOL_NON_IGNORABLE = 21,
251 * Acceptable values are UCOL_NON_IGNORABLE (default)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 104 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
    [all...]
callcoll.c 175 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
usrchtst.c 851 UCOL_NON_IGNORABLE, &status);
    [all...]
cmsccoll.c 193 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
288 UCOL_NON_IGNORABLE,
322 "UCOL_NON_IGNORABLE",
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 179 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),

Completed in 702 milliseconds