Searched refs:UCOL_NON_IGNORABLE (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 173 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
|
D | collationsettings.cpp | 338 case UCOL_NON_IGNORABLE: in setAlternateHandling()
|
D | ucol_sit.cpp | 122 { 'N', UCOL_NON_IGNORABLE },
|
D | coll.cpp | 287 { "non-ignorable", UCOL_NON_IGNORABLE },
|
D | collationruleparser.cpp | 528 value = UCOL_NON_IGNORABLE; in parseSetting()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 95 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable()
|
D | srchtest.cpp | 978 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()
|
D | tsmthred.cpp | 1066 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in TestCollators()
|
D | ssearch.cpp | 191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
|
D | apicoll.cpp | 1437 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error); in TestAttribute() 1438 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
|
D | collationtest.cpp | 1109 { "non-ignorable", UCOL_NON_IGNORABLE },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 118 UCOL_NON_IGNORABLE = 21, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 102 …{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()
|
D | usrchtst.c | 849 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()
|
D | callcoll.c | 173 …QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { in sortKeyToString()
|
D | cmsccoll.c | 194 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/ |
D | udbgutil.cpp | 180 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),
|