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

1 2

  /external/icu4c/test/intltest/
lcukocol.cpp 37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
decoll.cpp 113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
128 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
tscoll.cpp 162 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);
regcoll.cpp 153 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_OFF, status)
    [all...]
ucaconf.cpp 89 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
98 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
allcoll.cpp 106 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
jacoll.cpp 111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
srchtest.cpp 546 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);
    [all...]
apicoll.cpp 418 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)
    [all...]
itercoll.cpp 432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
ssearch.cpp 294 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);
    [all...]
tsmthred.cpp     [all...]
  /external/icu4c/test/cintltst/
cdetst.c 111 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
callcoll.c 279 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);
    [all...]
capitst.c 113 {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 ||
    [all...]
usrchtst.c 587 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);
    [all...]
citertst.c 157 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);
    [all...]
cmsccoll.c 194 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
273 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 287 UCOL_NORMALIZATION_MODE,
288 /** An alias for UCOL_NORMALIZATION_MODE attribute.
291 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 212 UCOL_NORMALIZATION_MODE,
213 /** An alias for UCOL_NORMALIZATION_MODE attribute */
214 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 212 UCOL_NORMALIZATION_MODE,
213 /** An alias for UCOL_NORMALIZATION_MODE attribute */
214 UCOL_DECOMPOSITION_MODE = UCOL_NORMALIZATION_MODE,
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 183 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
  /external/icu4c/samples/strsrch/
strsrch.cpp 174 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
  /external/icu4c/tools/dumpce/
dumpce.cpp 89 {UCOL_NORMALIZATION_MODE,
90 "UCOL_NORMALIZATION_MODE|UCOL_DECOMPOSITION_MODE"},
328 int normmode = ucol_getAttribute(collator, UCOL_NORMALIZATION_MODE, &status);
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 302 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }, // norm O, X, D
701 case UCOL_NORMALIZATION_MODE: /* attribute for normalization */
    [all...]

Completed in 3157 milliseconds

1 2