HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_DEFAULT (Results 1 - 14 of 14) sorted by null

  /external/icu4c/i18n/
ucol_sit.cpp 105 { 'D', UCOL_DEFAULT },
137 return UCOL_DEFAULT;
310 spec->options[i] = UCOL_DEFAULT;
504 if(s.options[i] != UCOL_DEFAULT) {
592 UColAttributeValue attribute = UCOL_DEFAULT;
596 if(attribute != UCOL_DEFAULT) {
645 return UCOL_DEFAULT;
649 return coll->numericCollationisDefault?UCOL_DEFAULT:coll->numericCollation;
651 return coll->hiraganaQisDefault?UCOL_DEFAULT:coll->hiraganaQ;
653 return coll->frenchCollationisDefault?UCOL_DEFAULT:coll->frenchCollation
    [all...]
tblcoll.cpp 96 UCOL_DEFAULT,
106 UCOL_DEFAULT,
515 return UCOL_DEFAULT;
ucol_res.cpp 165 return ucol_openRules(rules, rulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, status);
395 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 175 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status);
212 ucol_setAttribute(coll, UCOL_ATTRIBUTE_COUNT, UCOL_DEFAULT, &status);
478 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
487 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
513 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
531 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
568 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
    [all...]
cmsccoll.c     [all...]
callcoll.c 641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
690 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
    [all...]
citertst.c 494 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
798 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
896 coll = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT,
    [all...]
  /external/icu4c/test/intltest/
ucaconf.cpp 78 rbUCA = ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY,
apicoll.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 88 * universal value is UCOL_DEFAULT, which resets the attribute value to the predefined
94 UCOL_DEFAULT = -1,
177 /** Attributes that collation service understands. All the attributes can take UCOL_DEFAULT
288 * UCOL_DEFAULT (set the mode according to the rules)
530 * 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...]

Completed in 659 milliseconds