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.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.c167 …} else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || … in sortKeyToString()
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()
1250 … c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status); in TestJitterbug1098()
Dcapitst.c101 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED}, in TestGetSetAttr()
102 …{UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handli… in TestGetSetAttr()
103 …{UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes fir… in TestGetSetAttr()
104 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */ in TestGetSetAttr()
105 … {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */ in TestGetSetAttr()
106 {UCOL_DECOMPOSITION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED}, in TestGetSetAttr()
108 …{UCOL_HIRAGANA_QUATERNARY_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* when turned on, this attr… in TestGetSetAttr()
635 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
790 ucol_setAttribute(someCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
798 ucol_setAttribute(someClonedCollators[idx], UCOL_CASE_LEVEL, UCOL_OFF, &err); in TestSafeClone()
[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()
193 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in BlackBirdTest()
282 UCOL_OFF,
294 UCOL_OFF,
543 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestFCDProblem()
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()
856 { UCOL_LOWER_FIRST, UCOL_OFF}, in TestCase()
857 { UCOL_UPPER_FIRST, UCOL_OFF}, in TestCase()
[all …]
Dcitertst.c447 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()
1049 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDiscontiguos()
Dusrchtst.c606 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in assertCanonicalEqual()
693 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormExact()
1825 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestNormCanonical()
2355 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status); in TestGetSetOffsetCanonical()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp92 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable()
93 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollNonIgnorable()
101 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted()
102 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollShifted()
Dapicoll.cpp366 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
410 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
411 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
860 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators()
1419 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error); in TestAttribute()
1420 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF || in TestAttribute()
1461 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error); in TestAttribute()
1462 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF || in TestAttribute()
1473 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error); in TestAttribute()
1474 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.cpp563 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in assertCanonicalEqual()
845 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormExact()
1731 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormCanonical()
2182 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestGetSetOffsetCanonical()
Dtsmthred.cpp1063 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in TestCollators()
1064 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in TestCollators()
/external/icu/icu4c/source/i18n/
Dcollationsettings.h158 return ((options & bit) != 0) ? UCOL_ON : UCOL_OFF; in getFlag()
165 return (option == 0) ? UCOL_OFF : in getCaseFirst()
Dcollationsettings.cpp296 case UCOL_OFF: in setFlag()
314 case UCOL_OFF: in setCaseFirst()
Dcollationruleparser.cpp559 value = UCOL_OFF; in parseSetting()
738 return UCOL_OFF; in getOnOffValue()
Drulebasedcollator.cpp430 return UCOL_OFF; in getAttribute()
438 return ((settings->options & option) == 0) ? UCOL_OFF : UCOL_ON; in getAttribute()
487 if(value != UCOL_OFF && value != UCOL_ON && value != UCOL_DEFAULT) { in setAttribute()
Ducol_sit.cpp126 { 'X', UCOL_OFF }
Dcoll.cpp284 { "no", UCOL_OFF },
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRuleParser.java114 private static final int UCOL_OFF = 0; field in CollationRuleParser
596 value = UCOL_OFF; in parseSetting()
764 return UCOL_OFF; in getOnOffValue()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRuleParser.java118 private static final int UCOL_OFF = 0; field in CollationRuleParser
600 value = UCOL_OFF; in parseSetting()
768 return UCOL_OFF; in getOnOffValue()
/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.h109 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.cpp1405 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator()
1469 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status); in main()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp176 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),

12