Searched refs:ucol_openRules (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcg7coll.c143 log_verbose("Testing ucol_openRules for all the locales\n");
159 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
199 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
230 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
259 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
289 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
H A Dcallcoll.c670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
719 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
746 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
771 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
798 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
823 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
847 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1034 myCollation = ucol_openRules(rules, len, UCOL_OFF,
1115 myCollation = ucol_openRules(rules, rlen, UCOL_OFF,
1194 coll = ucol_openRules(rule
[all...]
H A Dcmsccoll.c95 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);
1468 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
1500 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
1617 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1800 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1827 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
2049 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2059 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2112 credundant = ucol_openRules(rl
[all...]
H A Dcapitst.c225 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
446 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
455 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
481 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
499 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
536 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
661 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
874 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
912 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
971 c2 = ucol_openRules(rule
[all...]
H A Dcitertst.c372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
375 log_err_status(status, "ERROR: in creation of collator using ucol_openRules()\n %s\n",
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);
800 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
899 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
1406 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1479 coll = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
H A Dusrchtst.c72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
1664 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
1708 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
2064 tailored = ucol_openRules(rules, -1, UCOL_ON,
2392 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
/external/icu/icu4c/source/test/cintltst/
H A Dcg7coll.c144 log_verbose("Testing ucol_openRules for all the locales\n");
170 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
210 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
241 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
270 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
300 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
H A Dcallcoll.c670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
719 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
746 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
771 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
798 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
823 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
847 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1041 myCollation = ucol_openRules(rules, len, UCOL_OFF,
1123 myCollation = ucol_openRules(rules, rlen, UCOL_OFF,
1202 coll = ucol_openRules(rule
[all...]
H A Dcitertst.c367 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
370 log_err_status(status, "ERROR: in creation of collator using ucol_openRules()\n %s\n",
447 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
471 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
491 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
790 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
889 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
1049 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
H A Dcmsccoll.c94 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
120 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
512 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
695 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
722 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
886 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1242 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
1443 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1482 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1506 coll1 = ucol_openRules(rul
[all...]
H A Dcapitst.c228 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
448 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
457 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
483 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
501 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
538 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
540 log_err("ucol_openRules(without initial reset: '< z < a') "
659 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
872 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
910 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
[all...]
H A Dusrchtst.c72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
1664 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
1708 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
2064 tailored = ucol_openRules(rules, -1, UCOL_ON,
2392 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
/external/chromium_org/third_party/icu/source/samples/coll/
H A Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/chromium_org/third_party/icu/source/samples/strsrch/
H A Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h367 * @see ucol_openRules
401 ucol_openRules( const UChar *rules,
490 * @see ucol_openRules
1231 * @see ucol_openRules
1310 * @see ucol_openRules
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h383 * @see ucol_openRules
417 ucol_openRules( const UChar *rules,
506 * @see ucol_openRules
1283 * @see ucol_openRules
1362 * @see ucol_openRules
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp161 ucollator = ucol_openRules(rules.getBuffer(), rules.length(),
H A Ducol_res.cpp160 return ucol_openRules(rules, rulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, status);
517 ucol_openRules( const UChar *rules, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h737 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1405 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF,
1408 fprintf(stderr, "ICU ucol_openRules() open failed.: %d\n", status);
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp611 COLLATOR_ = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1405 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF,
1408 fprintf(stderr, "ICU ucol_openRules() open failed.: %d\n", status);
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1597 ucol_openRules(const UChar *rules, int32_t rulesLength, function

Completed in 1056 milliseconds

12