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

  /external/icu/icu4c/source/common/unicode/
uloc.h 174 * uloc_getDisplayName(const char* localeID,
737 uloc_getDisplayName(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 696 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode);
716 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode);
718 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
722 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
724 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
743 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
748 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec);
750 log_err("uloc_getDisplayName(%s, %s...) returned error: %s",
757 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d",
760 log_err("uloc_getDisplayName(%s, %s...) returned preflight length %d, expected length %d"
    [all...]
cmsccoll.c 657 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 225 length=uloc_getDisplayName(fullName, displayLocale.fullName,
237 length=uloc_getDisplayName(fullName, displayLocale.fullName,
441 * in between - similar to uloc_getDisplayName()
465 uloc_getDisplayName(const char *locale,
    [all...]

Completed in 307 milliseconds