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

  /external/icu4c/test/cintltst/
callcoll.h 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
callcoll.c 635 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
658 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
680 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
    [all...]
cmsccoll.c     [all...]
capitst.c 153 UColAttribute att;
167 UColAttribute currAttr;
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 156 UColAttribute attr;
191 UColAttribute *attrib, UColAttributeValue *value,
ucol_sit.cpp 505 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
506 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status);
595 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status);
642 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status)
tblcoll.cpp 527 void RuleBasedCollator::setAttribute(UColAttribute attr,
537 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
ucol_res.cpp 606 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) {
    [all...]
ucol_tok.cpp 241 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) {
504 UColAttribute *attrib, UColAttributeValue *value,
    [all...]
ucol.cpp 677 ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status);
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 296 } UColAttribute;
    [all...]
coll.h     [all...]
tblcoll.h 550 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
560 virtual UColAttributeValue getAttribute(UColAttribute attr,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 239 } UColAttribute;
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 239 } UColAttribute;
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 52 jint result = ucol_getAttribute(toCollator(address), (UColAttribute) type, &status);
157 ucol_setAttribute(toCollator(address), (UColAttribute)type, (UColAttributeValue)value, &status);
  /external/icu4c/test/intltest/
dadrcoll.cpp 151 UColAttribute attrib;
apicoll.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 292 UColAttribute attribute = UCOL_FRENCH_COLLATION;
317 attribute = (UColAttribute)(attribute + 1);
446 ucol_setAttribute(collator, (UColAttribute)count,
    [all...]

Completed in 2936 milliseconds