Searched refs:UCOL_NORMALIZATION_MODE (Results 1 - 25 of 30) sorted by relevance

12

/external/icu4c/test/intltest/
H A Dlcukocol.cpp37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Ddecoll.cpp113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
128 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Dtscoll.cpp162 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
196 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
200 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
236 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
238 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
H A Dregcoll.cpp153 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
194 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
210 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
256 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
322 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
432 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
436 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
585 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
778 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
903 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OF
[all...]
H A Ducaconf.cpp89 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
98 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Dallcoll.cpp106 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Djacoll.cpp111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Dsrchtest.cpp546 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
563 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
827 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
845 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
1723 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
1731 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
2110 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
2182 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
H A Dapicoll.cpp418 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
428 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
1505 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, error);
1506 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON ||
1511 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error);
1512 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF ||
H A Ditercoll.cpp432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
H A Dssearch.cpp294 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
632 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, normalize, &status);
980 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
1610 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
H A Dtsmthred.cpp1179 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
/external/icu4c/test/cintltst/
H A Dcdetst.c111 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
H A Dcallcoll.c279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
340 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
345 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
384 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
386 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
930 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1277 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
H A Dcapitst.c113 {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */
627 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
634 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
641 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
1280 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
1790 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &error);
1791 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_ON ||
1796 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &error);
1797 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_OFF ||
H A Dusrchtst.c587 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
606 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
675 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
693 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
1817 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1825 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
2283 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
2355 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
H A Dcitertst.c157 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
373 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
640 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
H A Dcmsccoll.c194 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
273 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1621 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
1624 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
2275 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
3829 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
3883 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
3946 /*ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);*/
4350 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
4861 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_O
[all...]
/external/icu4c/i18n/unicode/
H A Ducol.h287 UCOL_NORMALIZATION_MODE, enumerator in enum:__anon6752
288 /** An alias for UCOL_NORMALIZATION_MODE attribute.
291 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h212 UCOL_NORMALIZATION_MODE, enumerator in enum:__anon15584
213 /** An alias for UCOL_NORMALIZATION_MODE attribute */
214 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h212 UCOL_NORMALIZATION_MODE, enumerator in enum:__anon15827
213 /** An alias for UCOL_NORMALIZATION_MODE attribute */
214 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
/external/icu4c/samples/coll/
H A Dcoll.cpp183 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp174 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp89 {UCOL_NORMALIZATION_MODE,
90 "UCOL_NORMALIZATION_MODE|UCOL_DECOMPOSITION_MODE"},
328 int normmode = ucol_getAttribute(collator, UCOL_NORMALIZATION_MODE, &status);
1391 if (attr == UCOL_NORMALIZATION_MODE && value != UCOL_OFF) {
/external/icu4c/i18n/
H A Ducol_sit.cpp302 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }, // norm O, X, D
701 case UCOL_NORMALIZATION_MODE: /* attribute for normalization */

Completed in 432 milliseconds

12