Searched refs:UCOL_NON_IGNORABLE (Results 1 – 18 of 18) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 175 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED; in getAlternateHandling()
|
D | collationsettings.cpp | 340 case UCOL_NON_IGNORABLE: in setAlternateHandling()
|
D | ucol_sit.cpp | 124 { 'N', UCOL_NON_IGNORABLE },
|
D | coll.cpp | 291 { "non-ignorable", UCOL_NON_IGNORABLE },
|
D | collationruleparser.cpp | 530 value = UCOL_NON_IGNORABLE; in parseSetting()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 97 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable()
|
D | srchtest.cpp | 981 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()
|
D | tsmthred.cpp | 1018 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in TestCollators()
|
D | ssearch.cpp | 192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
|
D | apicoll.cpp | 1456 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error); in TestAttribute() 1457 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
|
D | collationtest.cpp | 1107 { "non-ignorable", UCOL_NON_IGNORABLE },
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 120 UCOL_NON_IGNORABLE = 21, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 120 UCOL_NON_IGNORABLE = 21, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 104 …{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()
|
D | usrchtst.c | 851 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()
|
D | callcoll.c | 177 …QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { in sortKeyToString()
|
D | cmsccoll.c | 193 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/ |
D | udbgutil.cpp | 179 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),
|