Home
last modified time | relevance | path

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

12

/external/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.c169 …} else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || … in sortKeyToString()
748 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestTertiary()
773 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrimary()
800 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestSecondary()
825 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status); in TestIdentical()
849 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestExtra()
1043 myCollation = ucol_openRules(rules, len, UCOL_OFF, in TestVariableTop()
1125 myCollation = ucol_openRules(rules, rlen, UCOL_OFF, in TestSurrogates()
1204 … coll = ucol_openRules(rules,u_strlen(rules),UCOL_OFF,UCOL_DEFAULT_STRENGTH,&parseError,&status); in TestInvalidRules()
1252 … c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status); in TestJitterbug1098()
Dcapitst.c103 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED}, in TestGetSetAttr()
104 …{UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handli… in TestGetSetAttr()
105 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
106 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */ in TestGetSetAttr()
107 … {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */ in TestGetSetAttr()
108 {UCOL_DECOMPOSITION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED}, in TestGetSetAttr()
110 …{UCOL_HIRAGANA_QUATERNARY_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* when turned on, this attr… in TestGetSetAttr()
637 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
792 ucol_setAttribute(someCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
800 ucol_setAttribute(someClonedCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
[all …]
Dcmsccoll.c93 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); in IncompleteCntTest()
119 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
192 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in BlackBirdTest()
281 UCOL_OFF,
293 UCOL_OFF,
542 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestFCDProblem()
694 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
721 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
852 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
853 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase()
[all …]
Dcitertst.c450 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
474 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestPrevious()
1052 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDiscontiguos()
Dusrchtst.c608 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in assertCanonicalEqual()
695 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormExact()
1827 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormCanonical()
2357 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestGetSetOffsetCanonical()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable()
95 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollNonIgnorable()
103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
104 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollShifted()
Dapicoll.cpp385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
429 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
430 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators()
1438 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error); in TestAttribute()
1439 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF || in TestAttribute()
1480 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error); in TestAttribute()
1481 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF || in TestAttribute()
1492 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error); in TestAttribute()
1493 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF || in TestAttribute()
[all …]
Dregcoll.cpp253 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in Test4058613()
433 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in Test4066189()
900 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in Test4114077()
Dsrchtest.cpp566 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in assertCanonicalEqual()
848 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormExact()
1734 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormCanonical()
2185 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestGetSetOffsetCanonical()
Dtsmthred.cpp1065 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
1066 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in TestCollators()
/external/icu/icu4c/source/i18n/
Dcollationsettings.h160 return ((options & bit) != 0) ? UCOL_ON : UCOL_OFF; in getFlag()
167 return (option == 0) ? UCOL_OFF : in getCaseFirst()
Dcollationsettings.cpp298 case UCOL_OFF: in setFlag()
316 case UCOL_OFF: in setCaseFirst()
Dcollationruleparser.cpp561 value = UCOL_OFF; in parseSetting()
740 return UCOL_OFF; in getOnOffValue()
Drulebasedcollator.cpp432 return UCOL_OFF; in getAttribute()
440 return ((settings->options & option) == 0) ? UCOL_OFF : UCOL_ON; in getAttribute()
489 if(value != UCOL_OFF && value != UCOL_ON && value != UCOL_DEFAULT) { in setAttribute()
Ducol_sit.cpp128 { 'X', UCOL_OFF }
Dcoll.cpp288 { "no", UCOL_OFF },
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRuleParser.java120 private static final int UCOL_OFF = 0; field in CollationRuleParser
602 value = UCOL_OFF; in parseSetting()
770 return UCOL_OFF; in getOnOffValue()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRuleParser.java116 private static final int UCOL_OFF = 0; field in CollationRuleParser
598 value = UCOL_OFF; in parseSetting()
766 return UCOL_OFF; in getOnOffValue()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp170 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h111 UCOL_OFF = 16, enumerator
/external/v8/src/
Di18n.cc483 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status); in CreateICUCollator()
499 collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in CreateICUCollator()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1409 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator()
1473 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status); in main()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp175 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),

12