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

/external/icu4c/test/cintltst/
H A Dcg7coll.c147 log_verbose("Testing ucol_openRules for all the locales\n");
163 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
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);
H A Dcallcoll.c641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
690 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
717 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
742 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
769 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
794 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
818 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1004 myCollation = ucol_openRules(rules, len, UCOL_OFF,
1085 myCollation = ucol_openRules(rules, rlen, UCOL_OFF,
1164 coll = ucol_openRules(rule
[all...]
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);
1438 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
1470 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
1587 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1770 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1797 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
2019 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2029 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2082 credundant = ucol_openRules(rl
[all...]
H A Dcitertst.c370 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
373 log_err_status(status, "ERROR: in creation of collator using ucol_openRules()\n %s\n",
450 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
474 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
494 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
798 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
896 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
1403 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1476 coll = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
H A Dcapitst.c245 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
478 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
487 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
513 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
531 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
568 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
698 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
884 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
939 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err);
1415 coll = ucol_openRules(rl
[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,
879 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
1565 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
1609 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
1965 tailored = ucol_openRules(rules, -1, UCOL_ON,
2293 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON,
/external/icu4c/samples/coll/
H A Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu4c/test/intltest/
H A Ducaconf.cpp78 rbUCA = ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY,
/external/icu4c/i18n/unicode/
H A Ducol.h269 * @see ucol_openRules
303 ucol_openRules( const UChar *rules,
390 * @see ucol_openRules
1036 * @see ucol_openRules
1106 * @see ucol_openRules
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h263 * @see ucol_openRules
297 ucol_openRules( const UChar *rules,
369 * @see ucol_openRules
936 * @see ucol_openRules
1006 * @see ucol_openRules
H A Durename.h615 #define ucol_openRules ucol_openRules_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h263 * @see ucol_openRules
297 ucol_openRules( const UChar *rules,
369 * @see ucol_openRules
936 * @see ucol_openRules
1006 * @see ucol_openRules
H A Durename.h615 #define ucol_openRules ucol_openRules_3_2 macro
/external/icu4c/i18n/
H A Dtblcoll.cpp162 ucollator = ucol_openRules(rules.getBuffer(), rules.length(),
H A Ducol_res.cpp165 return ucol_openRules(rules, rulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, status);
511 ucol_openRules( const UChar *rules, function
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1399 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF,
1402 fprintf(stderr, "ICU ucol_openRules() open failed.: %d\n", status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp611 COLLATOR_ = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h615 #define ucol_openRules ucol_openRules_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h615 #define ucol_openRules ucol_openRules_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h768 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro

Completed in 228 milliseconds