/external/icu/icu4c/source/test/cintltst/ |
D | cg7coll.c | 170 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()
|
D | callcoll.c | 169 …} 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()
|
D | capitst.c | 103 {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 …]
|
D | cmsccoll.c | 93 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 …]
|
D | citertst.c | 450 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()
|
D | usrchtst.c | 608 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/ |
D | ucaconf.cpp | 94 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()
|
D | apicoll.cpp | 385 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 …]
|
D | regcoll.cpp | 253 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()
|
D | srchtest.cpp | 566 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()
|
D | tsmthred.cpp | 1065 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/ |
D | collationsettings.h | 160 return ((options & bit) != 0) ? UCOL_ON : UCOL_OFF; in getFlag() 167 return (option == 0) ? UCOL_OFF : in getCaseFirst()
|
D | collationsettings.cpp | 298 case UCOL_OFF: in setFlag() 316 case UCOL_OFF: in setCaseFirst()
|
D | collationruleparser.cpp | 561 value = UCOL_OFF; in parseSetting() 740 return UCOL_OFF; in getOnOffValue()
|
D | rulebasedcollator.cpp | 432 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()
|
D | ucol_sit.cpp | 128 { 'X', UCOL_OFF }
|
D | coll.cpp | 288 { "no", UCOL_OFF },
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRuleParser.java | 120 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/ |
D | CollationRuleParser.java | 116 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/ |
D | coll.cpp | 170 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 111 UCOL_OFF = 16, enumerator
|
/external/v8/src/ |
D | i18n.cc | 483 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/ |
D | collperf.cpp | 1409 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/ |
D | udbgutil.cpp | 175 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),
|