/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 113 private static final int UCOL_DEFAULT = -1; field in CollationRuleParser 224 return UCOL_DEFAULT; in parseResetAndPosition() 235 return UCOL_DEFAULT; in parseResetAndPosition() 243 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; } in parseRelationOperator() 284 return UCOL_DEFAULT; in parseRelationOperator() 550 int value = UCOL_DEFAULT; in parseSetting() 557 if(value != UCOL_DEFAULT) { in parseSetting() 563 int value = UCOL_DEFAULT; in parseSetting() 569 if(value != UCOL_DEFAULT) { in parseSetting() 575 int value = UCOL_DEFAULT; in parseSetting() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRuleParser.java | 117 private static final int UCOL_DEFAULT = -1; field in CollationRuleParser 228 return UCOL_DEFAULT; in parseResetAndPosition() 239 return UCOL_DEFAULT; in parseResetAndPosition() 247 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; } in parseRelationOperator() 288 return UCOL_DEFAULT; in parseRelationOperator() 554 int value = UCOL_DEFAULT; in parseSetting() 561 if(value != UCOL_DEFAULT) { in parseSetting() 567 int value = UCOL_DEFAULT; in parseSetting() 573 if(value != UCOL_DEFAULT) { in parseSetting() 579 int value = UCOL_DEFAULT; in parseSetting() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 172 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in parseResetAndPosition() 191 return UCOL_DEFAULT; in parseResetAndPosition() 207 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in parseRelationOperator() 209 if(ruleIndex >= rules->length()) { return UCOL_DEFAULT; } in parseRelationOperator() 250 return UCOL_DEFAULT; in parseRelationOperator() 513 int32_t value = UCOL_DEFAULT; in parseSetting() 520 if(value != UCOL_DEFAULT) { in parseSetting() 526 UColAttributeValue value = UCOL_DEFAULT; in parseSetting() 532 if(value != UCOL_DEFAULT) { in parseSetting() 538 int32_t value = UCOL_DEFAULT; in parseSetting() [all …]
|
D | collationsettings.cpp | 279 case UCOL_DEFAULT: in setStrength() 299 case UCOL_DEFAULT: in setFlag() 323 case UCOL_DEFAULT: in setCaseFirst() 344 case UCOL_DEFAULT: in setAlternateHandling() 364 case UCOL_DEFAULT: in setMaxVariable()
|
D | ucol_sit.cpp | 119 { 'D', UCOL_DEFAULT }, 142 return UCOL_DEFAULT; in ucol_sit_letterToAttributeValue() 328 spec->options[i] = UCOL_DEFAULT; in ucol_sit_initCollatorSpecs() 528 if(s.options[i] != UCOL_DEFAULT) { in ucol_openFromShortString()
|
D | collationbuilder.cpp | 101 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, NULL, NULL, errorCode); in RuleBasedCollator() 113 internalBuildTailoring(rules, strength, UCOL_DEFAULT, NULL, NULL, errorCode); in RuleBasedCollator() 126 internalBuildTailoring(rules, UCOL_DEFAULT, decompositionMode, NULL, NULL, errorCode); in RuleBasedCollator() 153 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &reason, errorCode); in RuleBasedCollator() 182 if(strength != UCOL_DEFAULT) { in internalBuildTailoring() 185 if(decompositionMode != UCOL_DEFAULT) { in internalBuildTailoring()
|
D | rulebasedcollator.cpp | 410 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in getAttribute() 436 return UCOL_DEFAULT; in getAttribute() 452 if(value == UCOL_DEFAULT) { in setAttribute() 487 if(value != UCOL_OFF && value != UCOL_ON && value != UCOL_DEFAULT) { in setAttribute() 500 if(value == UCOL_DEFAULT) { in setAttribute() 513 value = UCOL_DEFAULT; in setMaxVariable() 527 if(value == UCOL_DEFAULT) { in setMaxVariable() 547 if(value == UCOL_DEFAULT) { in setMaxVariable()
|
D | ucol.cpp | 348 return UCOL_DEFAULT; in ucol_getAttribute()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 120 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); in TestGetSetAttr() 157 ucol_setAttribute(coll, UCOL_ATTRIBUTE_COUNT, UCOL_DEFAULT, &status); in TestGetSetAttr() 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() 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 …]
|
D | cmsccoll.c | 1242 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring() 2300 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestBeforePrefixFailure() 2343 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestPrefixCompose() 2819 …target = ucol_openRules(sourceRules, sourceRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &sta… in TestEqualsForCollator() 2872 …source = ucol_openRules(sourceRules, sourceRulesSize, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &st… in TestEquals() 2880 …target = ucol_openRules(targetRules, targetRulesSize, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &st… in TestEquals() 2937 UCollator *coll = ucol_openRules(r, 1, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in NullRule() 2944 coll = ucol_openRules(r, 0, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in NullRule() 3332 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestBeforeTightening() 3464 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestTailorNULL() [all …]
|
D | callcoll.c | 670 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()
|
D | citertst.c | 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()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 89 UCOL_DEFAULT = -1, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 1100 { "default", UCOL_DEFAULT },
|
D | apicoll.cpp | 2164 return UCOL_DEFAULT; in getAttribute()
|