HomeSort by relevance Sort by last modified time
    Searched refs:ucol_getAttribute (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
95 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
171 value = ucol_getAttribute(coll, currAttr, &status);
173 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status))
    [all...]
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
95 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
179 value = ucol_getAttribute(coll, currAttr, &status);
181 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status))
    [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...]
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 113 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
  /libcore/luni/src/main/native/
NativeCollation.cpp 48 jint result = ucol_getAttribute(toCollator(address), (UColAttribute) type, &status);
68 jint result = ucol_getAttribute(toCollator(address), UCOL_NORMALIZATION_MODE, &status);
  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 514 return ucol_getAttribute(ucollator, attr, &status);
576 return getECollationStrength(ucol_getAttribute(ucollator, UCOL_STRENGTH,
ucol_res.cpp 558 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) {
    [all...]
bmsearch.cpp 99 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
ucoleitr.cpp 232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
528 // UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
ucol.cpp 543 ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status);
    [all...]
colldata.cpp 54 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
  /external/icu4c/i18n/
tblcoll.cpp 514 return ucol_getAttribute(ucollator, attr, &status);
576 return getECollationStrength(ucol_getAttribute(ucollator, UCOL_STRENGTH,
ucol_res.cpp 552 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) {
    [all...]
bmsearch.cpp 101 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
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 599 ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status);
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h     [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h     [all...]
  /external/chromium/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/icu4c/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/third_party/icu/source/test/intltest/
tscoll.cpp 155 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
  /external/icu4c/test/intltest/
tscoll.cpp 158 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);

Completed in 637 milliseconds

1 2