/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/ |
CollatorICU.cpp | 108 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | 124 value = ucol_getAttribute(coll, currAttr, &status); 126 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status)); 151 value = ucol_getAttribute(coll, UCOL_ATTRIBUTE_COUNT, &status); 153 log_err("ucol_getAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n"); 611 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || 618 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || 625 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || [all...] |
callcoll.c | 165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) { 167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) { 173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); [all...] |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
capitst.c | 127 value = ucol_getAttribute(coll, currAttr, &status); 129 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status)); 154 value = ucol_getAttribute(coll, UCOL_ATTRIBUTE_COUNT, &status); 156 log_err("ucol_getAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n"); 609 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || 616 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || 623 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || [all...] |
callcoll.c | 165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) { 167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) { 173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) { 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); [all...] |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/i18n/ |
ucol.cpp | 346 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { 366 return ucol_getAttribute(coll, UCOL_STRENGTH, &status);
|
ucol_sit.cpp | 529 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
|
usearch.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 304 int attributeval = ucol_getAttribute(collator, attribute, error); 328 int normmode = ucol_getAttribute(collator, UCOL_NORMALIZATION_MODE, &status); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
tblcoll.cpp | 498 return ucol_getAttribute(ucollator, attr, &status);
|
ucoleitr.cpp | 232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; 515 // UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
|
ucol.cpp | 678 ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status); [all...] |
ucol_res.cpp | 598 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) { [all...] |
ucol_sit.cpp | 543 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) { [all...] |
usearch.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
colldata.cpp | 43 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
|
tscoll.cpp | 162 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
|
/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 144 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
|
colldata.cpp | 45 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
|
/external/icu/icu4c/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |