Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h173 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
Dcollationsettings.cpp338 case UCOL_NON_IGNORABLE: in setAlternateHandling()
Ducol_sit.cpp122 { 'N', UCOL_NON_IGNORABLE },
Dcoll.cpp287 { "non-ignorable", UCOL_NON_IGNORABLE },
Dcollationruleparser.cpp528 value = UCOL_NON_IGNORABLE; in parseSetting()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp95 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable()
Dsrchtest.cpp978 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, in TestVariable()
1835 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, in TestVariableCanonical()
Dtsmthred.cpp1066 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in TestCollators()
Dssearch.cpp191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
Dapicoll.cpp1437 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error); in TestAttribute()
1438 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
Dcollationtest.cpp1109 { "non-ignorable", UCOL_NON_IGNORABLE },
/external/icu/icu4c/source/i18n/unicode/
Ducol.h118 UCOL_NON_IGNORABLE = 21, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c102 …{UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handli… in TestGetSetAttr()
1719 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1733 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestSortKeyBufferOverrun()
1768 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &error); in TestAttribute()
1769 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE || in TestAttribute()
Dusrchtst.c849 UCOL_NON_IGNORABLE, &status); in TestVariable()
1950 UCOL_NON_IGNORABLE, &status); in TestVariableCanonical()
2471 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in TestForwardBackward()
Dcallcoll.c173 …QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { in sortKeyToString()
Dcmsccoll.c194 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in BlackBirdTest()
289 UCOL_NON_IGNORABLE,
1666 static const UColAttributeValue valOff[] = { UCOL_NON_IGNORABLE, UCOL_TERTIARY };
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp180 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),