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

  /external/icu4c/test/cintltst/
capitst.c 62 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
64 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
73 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
75 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
79 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
82 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
87 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
97 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
182 value = ucol_getAttribute(coll, currAttr, &status);
184 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...]
cmsccoll.c     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 112 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
  /external/icu4c/i18n/
tblcoll.cpp 542 return ucol_getAttribute(ucollator, attr, &status);
604 return getECollationStrength(ucol_getAttribute(ucollator, UCOL_STRENGTH,
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_res.cpp 606 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) {
    [all...]
ucol.cpp 677 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;
ucol_sit.cpp 505 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
usearch.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h     [all...]
urename.h 560 #define ucol_getAttribute ucol_getAttribute_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h     [all...]
urename.h 560 #define ucol_getAttribute ucol_getAttribute_3_2
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 52 jint result = ucol_getAttribute(toCollator(address), (UColAttribute) type, &status);
  /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/icu4c/test/intltest/
tscoll.cpp 160 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 560 #define ucol_getAttribute ucol_getAttribute_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 560 #define ucol_getAttribute ucol_getAttribute_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 592 milliseconds