Home
last modified time | relevance | path

Searched refs:ucol_openRules (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcg7coll.c168 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF, in TestG7Locales()
208 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDemo1()
239 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo2()
268 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo3()
298 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo4()
Dcallcoll.c670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult()
719 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithResult()
746 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestTertiary()
771 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrimary()
798 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestSecondary()
823 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status); in TestIdentical()
847 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestExtra()
1041 myCollation = ucol_openRules(rules, len, UCOL_OFF, in TestVariableTop()
1123 myCollation = ucol_openRules(rules, rlen, UCOL_OFF, in TestSurrogates()
1202 … coll = ucol_openRules(rules,u_strlen(rules),UCOL_OFF,UCOL_DEFAULT_STRENGTH,&parseError,&status); in TestInvalidRules()
[all …]
Dcmsccoll.c94 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); in IncompleteCntTest()
120 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
695 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
722 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
886 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestCase()
1242 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring()
1447 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1486 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1510 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1512 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
[all …]
Dcitertst.c367 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status); in TestNormalization()
447 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
471 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
491 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrevious()
790 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion()
889 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion()
1049 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDiscontiguos()
Dcapitst.c226 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
460 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
469 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
495 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestRuleBasedColl()
513 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
550 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
671 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err); in TestSafeClone()
884 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestBengaliSortKey()
986 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err); in TestOpenVsOpenRules()
1476 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestGetLocale()
[all …]
Dusrchtst.c72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength, in TestCollator()
1664 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestContraction()
1708 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestIgnorable()
2064 tailored = ucol_openRules(rules, -1, UCOL_ON, in TestCollatorCanonical()
2392 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestContractionCanonical()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h417 ucol_openRules( const UChar *rules,
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1405 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator()
/external/icu/icu4c/source/common/unicode/
Durename.h744 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1637 ucol_openRules(const UChar *rules, int32_t rulesLength, in ucol_openRules() function