Home
last modified time | relevance | path

Searched refs:UCOL_NON_IGNORABLE (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationsettings.h175 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
Dcollationsettings.cpp340 case UCOL_NON_IGNORABLE: in setAlternateHandling()
Ducol_sit.cpp124 { 'N', UCOL_NON_IGNORABLE },
Dcoll.cpp291 { "non-ignorable", UCOL_NON_IGNORABLE },
Dcollationruleparser.cpp530 value = UCOL_NON_IGNORABLE; in parseSetting()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp97 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable()
Dsrchtest.cpp981 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, in TestVariable()
1838 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, in TestVariableCanonical()
Dtsmthred.cpp1018 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in TestCollators()
Dssearch.cpp192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
Dapicoll.cpp1456 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error); in TestAttribute()
1457 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
Dcollationtest.cpp1107 { "non-ignorable", UCOL_NON_IGNORABLE },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h120 UCOL_NON_IGNORABLE = 21, enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h120 UCOL_NON_IGNORABLE = 21, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c104 …{UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handli… in TestGetSetAttr()
1721 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1735 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1770 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &error); in TestAttribute()
1771 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE || in TestAttribute()
Dusrchtst.c851 UCOL_NON_IGNORABLE, &status); in TestVariable()
1952 UCOL_NON_IGNORABLE, &status); in TestVariableCanonical()
2473 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestForwardBackward()
Dcallcoll.c177 …QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { in sortKeyToString()
Dcmsccoll.c193 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in BlackBirdTest()
288 UCOL_NON_IGNORABLE,
1662 static const UColAttributeValue valOff[] = { UCOL_NON_IGNORABLE, UCOL_TERTIARY };
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp179 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),