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

  /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");
623 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
630 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
637 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
    [all...]
callcoll.c 167 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
169 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
175 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
281 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
    [all...]
cmsccoll.c     [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 348 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) {
368 return ucol_getAttribute(coll, UCOL_STRENGTH, &status);
ucol_sit.cpp 538 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
usearch.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h     [all...]
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
colldata.cpp 46 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 169 milliseconds