/external/icu4c/test/cintltst/ |
cg7coll.c | 164 UCOL_DEFAULT_STRENGTH,NULL, &status); 203 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); 234 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 263 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 293 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
|
callcoll.c | 745 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 770 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); 797 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); 846 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); [all...] |
citertst.c | 452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 476 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 496 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status); 801 UCOL_DEFAULT_STRENGTH,NULL, &status); 899 UCOL_DEFAULT_STRENGTH,NULL, &status); [all...] |
capitst.c | 462 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status); 471 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 497 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 515 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 552 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); [all...] |
cmsccoll.c | 95 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); 121 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); [all...] |
/external/icu4c/i18n/ |
tblcoll.cpp | 94 UCOL_DEFAULT_STRENGTH, 115 UCOL_DEFAULT_STRENGTH,
|
/external/icu4c/i18n/unicode/ |
ucol.h | 104 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY, 386 * UCOL_TERTIARY, UCOL_IDENTICAL,UCOL_DEFAULT_STRENGTH - can be also set in the rules. [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucol.h | 111 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY, 284 * UCOL_TERTIARY, UCOL_IDENTICAL,UCOL_DEFAULT_STRENGTH - can be also set in the rules. [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucol.h | 111 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY, 284 * UCOL_TERTIARY, UCOL_IDENTICAL,UCOL_DEFAULT_STRENGTH - can be also set in the rules. [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 100 {UCOL_TERTIARY, "UCOL_TERTIARY|UCOL_DEFAULT_STRENGTH"}, 612 UCOL_DEFAULT_STRENGTH, &parseError, &error); [all...] |
/external/icu4c/tools/genrb/ |
parse.cpp | 932 UCOL_OFF, UCOL_DEFAULT_STRENGTH,&parseError, importFromDataFile, &genrbdata, &intStatus); [all...] |