Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcg7coll.c170 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF, in TestG7Locales()
210 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDemo1()
241 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo2()
270 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo3()
300 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo4()
Dcallcoll.c676 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult()
725 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithResult()
752 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestTertiary()
777 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrimary()
804 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestSecondary()
829 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status); in TestIdentical()
853 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestExtra()
1047 myCollation = ucol_openRules(rules, len, UCOL_OFF, in TestVariableTop()
1129 myCollation = ucol_openRules(rules, rlen, UCOL_OFF, in TestSurrogates()
1208 …coll = ucol_openRules(rules, u_strlen(rules), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &statu… 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()
697 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
724 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
885 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestCase()
1241 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring()
1446 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1485 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1509 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
1511 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
[all …]
Dcitertst.c371 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status); in TestNormalization()
451 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
475 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
495 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrevious()
794 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion()
893 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion()
1053 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDiscontiguos()
Dcapitst.c232 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
466 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
475 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
501 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestRuleBasedColl()
519 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
556 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
677 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err); in TestSafeClone()
832 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err); in TestClone()
1008 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestBengaliSortKey()
1110 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err); in TestOpenVsOpenRules()
[all …]
Dusrchtst.c76 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
82 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
991 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength, in TestCollator()
1677 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestContraction()
1721 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestIgnorable()
2077 tailored = ucol_openRules(rules, -1, UCOL_ON, in TestCollatorCanonical()
2405 collator = ucol_openRules(rules, u_strlen(rules), UCOL_ON, in TestContractionCanonical()
/third_party/icu/icu4c/source/samples/coll/
Dcoll.cpp170 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/coll/
Dcoll.cpp170 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/third_party/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/third_party/icu/ohos_icu4c/
Dlibicu.map257 ucol_openRules;
/third_party/icu/icu4c/source/i18n/unicode/
Ducol.h433 ucol_openRules( const UChar *rules,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducol.h443 ucol_openRules( const UChar *rules,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducol.h433 ucol_openRules( const UChar *rules,
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp862 …UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseEr… in main()
Dcolprobe.cpp1695 …UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseEr… in main()
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp297 #undef ucol_openRules
1261 UCollator * ucol_openRules(const UChar * rules, int32_t rulesLength, UColAttributeValue normalizati… in ucol_openRules() function
1262 …return U_ICU_ENTRY_POINT_RENAME(ucol_openRules)(rules, rulesLength, normalizationMode, strength, p… in ucol_openRules()
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1408 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h768 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h778 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h777 #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) macro
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp1665 ucol_openRules(const char16_t *rules, int32_t rulesLength, in ucol_openRules() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp1638 ucol_openRules(const UChar *rules, int32_t rulesLength, in ucol_openRules() function
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1644 ucol_openRules(const UChar *rules, int32_t rulesLength, in ucol_openRules() function
/third_party/icu/docs/userguide/collation/
Dapi.md127 coll = ucol_openRules(rules, -1, UCOL_ON, UCOL_DEFAULT_STRENGTH, NULL, &status);