/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRuleParser.java | 119 private static final int UCOL_DEFAULT = -1; field in CollationRuleParser 230 return UCOL_DEFAULT; in parseResetAndPosition() 241 return UCOL_DEFAULT; in parseResetAndPosition() 249 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; } in parseRelationOperator() 290 return UCOL_DEFAULT; in parseRelationOperator() 556 int value = UCOL_DEFAULT; in parseSetting() 563 if(value != UCOL_DEFAULT) { in parseSetting() 569 int value = UCOL_DEFAULT; in parseSetting() 575 if(value != UCOL_DEFAULT) { in parseSetting() 581 int value = UCOL_DEFAULT; in parseSetting() [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 115 private static final int UCOL_DEFAULT = -1; field in CollationRuleParser 226 return UCOL_DEFAULT; in parseResetAndPosition() 237 return UCOL_DEFAULT; in parseResetAndPosition() 245 if(ruleIndex >= rules.length()) { return UCOL_DEFAULT; } in parseRelationOperator() 286 return UCOL_DEFAULT; in parseRelationOperator() 552 int value = UCOL_DEFAULT; in parseSetting() 559 if(value != UCOL_DEFAULT) { in parseSetting() 565 int value = UCOL_DEFAULT; in parseSetting() 571 if(value != UCOL_DEFAULT) { in parseSetting() 577 int value = UCOL_DEFAULT; in parseSetting() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 174 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in parseResetAndPosition() 193 return UCOL_DEFAULT; in parseResetAndPosition() 209 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in parseRelationOperator() 211 if(ruleIndex >= rules->length()) { return UCOL_DEFAULT; } in parseRelationOperator() 252 return UCOL_DEFAULT; in parseRelationOperator() 515 int32_t value = UCOL_DEFAULT; in parseSetting() 522 if(value != UCOL_DEFAULT) { in parseSetting() 528 UColAttributeValue value = UCOL_DEFAULT; in parseSetting() 534 if(value != UCOL_DEFAULT) { in parseSetting() 540 int32_t value = UCOL_DEFAULT; in parseSetting() [all …]
|
D | collationsettings.cpp | 281 case UCOL_DEFAULT: in setStrength() 301 case UCOL_DEFAULT: in setFlag() 325 case UCOL_DEFAULT: in setCaseFirst() 346 case UCOL_DEFAULT: in setAlternateHandling() 366 case UCOL_DEFAULT: in setMaxVariable()
|
D | ucol_sit.cpp | 121 { 'D', UCOL_DEFAULT }, 144 return UCOL_DEFAULT; in ucol_sit_letterToAttributeValue() 330 spec->options[i] = UCOL_DEFAULT; in ucol_sit_initCollatorSpecs() 537 if(s.options[i] != UCOL_DEFAULT) { in ucol_openFromShortString()
|
D | collationbuilder.cpp | 103 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, NULL, NULL, errorCode); in RuleBasedCollator() 115 internalBuildTailoring(rules, strength, UCOL_DEFAULT, NULL, NULL, errorCode); in RuleBasedCollator() 128 internalBuildTailoring(rules, UCOL_DEFAULT, decompositionMode, NULL, NULL, errorCode); in RuleBasedCollator() 155 internalBuildTailoring(rules, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &reason, errorCode); in RuleBasedCollator() 184 if(strength != UCOL_DEFAULT) { in internalBuildTailoring() 187 if(decompositionMode != UCOL_DEFAULT) { in internalBuildTailoring()
|
D | rulebasedcollator.cpp | 412 if(U_FAILURE(errorCode)) { return UCOL_DEFAULT; } in getAttribute() 438 return UCOL_DEFAULT; in getAttribute() 454 if(value == UCOL_DEFAULT) { in setAttribute() 489 if(value != UCOL_OFF && value != UCOL_ON && value != UCOL_DEFAULT) { in setAttribute() 502 if(value == UCOL_DEFAULT) { in setAttribute() 515 value = UCOL_DEFAULT; in setMaxVariable() 529 if(value == UCOL_DEFAULT) { in setMaxVariable() 549 if(value == UCOL_DEFAULT) { in setMaxVariable()
|
D | ucol.cpp | 351 return UCOL_DEFAULT; in ucol_getAttribute()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 122 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); in TestGetSetAttr() 159 ucol_setAttribute(coll, UCOL_ATTRIBUTE_COUNT, UCOL_DEFAULT, &status); in TestGetSetAttr() 462 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl() 471 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl() 497 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestRuleBasedColl() 515 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl() 552 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl() 886 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestBengaliSortKey() 988 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err); in TestOpenVsOpenRules() 1478 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestGetLocale() [all …]
|
D | cmsccoll.c | 1238 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring() 2296 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestBeforePrefixFailure() 2339 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in TestPrefixCompose() 2815 …target = ucol_openRules(sourceRules, sourceRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &sta… in TestEqualsForCollator() 2868 …source = ucol_openRules(sourceRules, sourceRulesSize, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &st… in TestEquals() 2876 …target = ucol_openRules(targetRules, targetRulesSize, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &st… in TestEquals() 2933 UCollator *coll = ucol_openRules(r, 1, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in NullRule() 2940 coll = ucol_openRules(r, 0, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); in NullRule() 3328 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestBeforeTightening() 3460 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestTailorNULL() [all …]
|
D | callcoll.c | 675 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() 724 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithResult()
|
D | citertst.c | 494 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestPrevious() 793 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion() 892 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, in TestMaxExpansion()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 91 UCOL_DEFAULT = -1, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 91 UCOL_DEFAULT = -1, enumerator
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 2688 uint32_t prevStrength=UCOL_DEFAULT; in parseRules() 2736 if(prevStrength != UCOL_DEFAULT){ in parseRules()
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 1098 { "default", UCOL_DEFAULT },
|
D | apicoll.cpp | 2195 return UCOL_DEFAULT; in getAttribute()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |