HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_NORMALIZATION_MODE (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
lcukocol.cpp 39 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
decoll.cpp 115 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
130 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
tscoll.cpp 146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
180 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
184 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
220 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
222 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
regcoll.cpp 150 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
191 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
207 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
253 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
319 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
429 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
433 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
582 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
775 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
900 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status)
    [all...]
ucaconf.cpp 93 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
102 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
allcoll.cpp 109 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
jacoll.cpp 113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
srchtest.cpp 549 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
566 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
830 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
848 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
    [all...]
apicoll.cpp 358 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
363 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
368 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
    [all...]
itercoll.cpp 487 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
ssearch.cpp 261 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
628 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
922 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdetst.c 113 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
callcoll.c 281 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
342 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
347 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
386 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
388 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
934 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
capitst.c 107 {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */
623 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
630 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
637 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
    [all...]
citertst.c 154 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
370 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
637 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
cmsccoll.c 192 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
271 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
542 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
545 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
997 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
usrchtst.c 589 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
608 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
677 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
695 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 289 UCOL_NORMALIZATION_MODE,
290 /** An alias for UCOL_NORMALIZATION_MODE attribute.
293 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
    [all...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 189 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 179 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 425 case UCOL_NORMALIZATION_MODE:
480 case UCOL_NORMALIZATION_MODE:
    [all...]
ucol_sit.cpp 290 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }, // norm O, X, D
coll.cpp 272 { "colNormalization", UCOL_NORMALIZATION_MODE },
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 645 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
  /external/v8/src/
i18n.cc 495 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
    [all...]

Completed in 916 milliseconds

1 2