/external/chromium_org/v8/src/ |
i18n.cc | 533 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status); 539 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); 561 collator->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); 589 collator->getAttribute(UCOL_NUMERIC_COLLATION, status) == UCOL_ON), 629 if (UCOL_ON == collator->getAttribute(UCOL_CASE_LEVEL, status)) { [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 273 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 296 UCOL_ON 330 "UCOL_ON" [all...] |
callcoll.c | 165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) { 340 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { 384 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 930 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); [all...] |
usrchtst.c | 72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, 78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, 587 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 675 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); [all...] |
citertst.c | 157 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status); 373 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 640 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 124 if(collator->normalizationMode == UCOL_ON) { 127 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) { 766 if(result->normalizationMode == UCOL_ON && !initializeFCD(status)) { [all...] |
ucoleitr.cpp | 377 if (ci->coll->normalizationMode == UCOL_ON) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | 165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) { 307 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 347 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { 349 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 902 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); [all...] |
citertst.c | 157 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status); 373 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 640 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 145 if(collator->normalizationMode == UCOL_ON) { 148 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) { 837 if(result->normalizationMode == UCOL_ON && !initializeFCD(status)) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
frcoll.cpp | 142 myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status); 163 //myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
|
apicoll.cpp | 409 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) 414 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) [all...] |
srchtest.cpp | 443 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); 724 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); [all...] |
itercoll.cpp | 432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.cpp | 169 FIELD_NAME_STR( LEN_UCOL, UCOL_ON ),
|
/external/icu4c/test/intltest/ |
frcoll.cpp | 142 myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status); 163 //myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
|
apicoll.cpp | 418 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) 423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) [all...] |
srchtest.cpp | 546 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); 827 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); [all...] |
itercoll.cpp | 432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | 118 UCOL_ON = 17, 183 * Acceptable values are UCOL_ON, which results in secondary weights 205 * when case level is not generated, and UCOL_ON which causes the case 215 * When set to UCOL_ON, an incremental check is performed to see whether 287 * UCOL_ON (normalize), or [all...] |
/external/icu4c/i18n/unicode/ |
ucol.h | 119 UCOL_ON = 17, 242 * Acceptable values are UCOL_ON, which results in secondary weights 270 * when case level is not generated, and UCOL_ON which causes the case 282 * When set to UCOL_ON, an incremental check is performed to see whether 383 * UCOL_ON (normalize), or [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 603 ucol_setAttribute(col, UCOL_FRENCH_COLLATION, UCOL_ON, &status); 624 ucol_setAttribute(col, UCOL_CASE_LEVEL, UCOL_ON, &status); 628 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 614 ucol_setAttribute(col, UCOL_FRENCH_COLLATION, UCOL_ON, &status); 635 ucol_setAttribute(col, UCOL_CASE_LEVEL, UCOL_ON, &status); 639 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | [all...] |