Searched refs:UCOL_NON_IGNORABLE (Results 1 - 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h154 return ((options & ALTERNATE_MASK) == 0) ? UCOL_NON_IGNORABLE : UCOL_SHIFTED;
H A Dcollationsettings.cpp201 case UCOL_NON_IGNORABLE:
H A Ducol_sit.cpp122 { 'N', UCOL_NON_IGNORABLE },
H A Dcoll.cpp289 { "non-ignorable", UCOL_NON_IGNORABLE },
H A Dcollationruleparser.cpp530 value = UCOL_NON_IGNORABLE;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducaconf.cpp93 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
H A Dtsmthred.cpp1305 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
H A Dapicoll.cpp1468 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error);
1469 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE ||
H A Dsrchtest.cpp978 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
1835 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
H A Dssearch.cpp189 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp95 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
H A Dtsmthred.cpp1310 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
H A Dapicoll.cpp1453 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error);
1454 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE ||
H A Dsrchtest.cpp978 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
1835 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
H A Dssearch.cpp189 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h124 UCOL_NON_IGNORABLE = 21, enumerator in enum:__anon12149
249 * Acceptable values are UCOL_NON_IGNORABLE (default)
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h118 UCOL_NON_IGNORABLE = 21, enumerator in enum:__anon21935
243 * Acceptable values are UCOL_NON_IGNORABLE (default)
1183 * If that attribute is set to UCOL_NON_IGNORABLE, then the variable top has no effect.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c101 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
1695 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
1709 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
1744 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &error);
1745 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE ||
H A Dcallcoll.c173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c104 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
1697 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
1711 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
1746 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &error);
1747 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE ||
H A Dcallcoll.c173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp106 {UCOL_NON_IGNORABLE, "UCOL_NON_IGNORABLE"},
1382 if (attr == UCOL_ALTERNATE_HANDLING && value != UCOL_NON_IGNORABLE) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp121 { 'N', UCOL_NON_IGNORABLE },
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp178 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp178 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),

Completed in 5888 milliseconds

12