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);
apicoll.cpp     [all...]
srchtest.cpp 978 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
    [all...]
ssearch.cpp 189 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
    [all...]
tsmthred.cpp     [all...]
collationtest.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 118 UCOL_NON_IGNORABLE = 21,
243 * Acceptable values are UCOL_NON_IGNORABLE (default)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 102 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
    [all...]
callcoll.c 173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
usrchtst.c 849 UCOL_NON_IGNORABLE, &status);
    [all...]
cmsccoll.c 194 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
289 UCOL_NON_IGNORABLE,
323 "UCOL_NON_IGNORABLE",
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 180 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),

Completed in 328 milliseconds