/external/icu4c/i18n/ |
ucol_sit.cpp | 118 { 'D', UCOL_DEFAULT }, 156 return UCOL_DEFAULT; 342 spec->options[i] = UCOL_DEFAULT; 542 if(s.options[i] != UCOL_DEFAULT) { 633 UColAttributeValue attribute = UCOL_DEFAULT; 637 if(attribute != UCOL_DEFAULT) { 686 return UCOL_DEFAULT; 690 return coll->numericCollationisDefault?UCOL_DEFAULT:coll->numericCollation; 692 return coll->hiraganaQisDefault?UCOL_DEFAULT:coll->hiraganaQ; 694 return coll->frenchCollationisDefault?UCOL_DEFAULT:coll->frenchCollation [all...] |
tblcoll.cpp | 95 UCOL_DEFAULT, 105 UCOL_DEFAULT, 482 return UCOL_DEFAULT;
|
ucol_res.cpp | 167 return ucol_openRules(rules, rulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, status); 404 case UCOL_DEFAULT: [all...] |
ucol.cpp | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 75 UCOL_DEFAULT, UCOL_DEFAULT, UCOL_DEFAULT, UCOL_DEFAULT, UCOL_DEFAULT, 76 UCOL_DEFAULT, UCOL_DEFAULT, UCOL_DEFAULT, 445 if (ATTRIBUTE_[count] != UCOL_DEFAULT) { 611 COLLATOR_ = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 128 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); 165 ucol_setAttribute(coll, UCOL_ATTRIBUTE_COUNT, UCOL_DEFAULT, &status); 462 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status); 471 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 497 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 515 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); 552 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); [all...] |
cmsccoll.c | [all...] |
callcoll.c | 669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); 718 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); [all...] |
citertst.c | 496 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status); 800 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, 898 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, [all...] |
/external/icu4c/i18n/unicode/ |
ucol.h | 89 * universal value is UCOL_DEFAULT, which resets the attribute value to the predefined 95 UCOL_DEFAULT = -1, 236 /** Attributes that collation service understands. All the attributes can take UCOL_DEFAULT 384 * UCOL_DEFAULT (set the mode according to the rules) 655 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucol.h | 96 * universal value is UCOL_DEFAULT, which resets the attribute value to the predefined 102 UCOL_DEFAULT = -1, 171 /** Attributes that collation service understands. All the attributes can take UCOL_DEFAULT 282 * UCOL_DEFAULT (set the mode according to the rules) 490 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucol.h | 96 * universal value is UCOL_DEFAULT, which resets the attribute value to the predefined 102 UCOL_DEFAULT = -1, 171 /** Attributes that collation service understands. All the attributes can take UCOL_DEFAULT 282 * UCOL_DEFAULT (set the mode according to the rules) 490 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | [all...] |