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

  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 223 length=uloc_getDisplayName(fullName, displayLocale.fullName,
235 length=uloc_getDisplayName(fullName, displayLocale.fullName,
439 * in between - similar to uloc_getDisplayName()
463 uloc_getDisplayName(const char *locale,
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 223 length=uloc_getDisplayName(fullName, displayLocale.fullName,
235 length=uloc_getDisplayName(fullName, displayLocale.fullName,
439 * in between - similar to uloc_getDisplayName()
463 uloc_getDisplayName(const char *locale,
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
726 uloc_getDisplayName(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
726 uloc_getDisplayName(const char* localeID,
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 683 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode);
703 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
705 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
709 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));
711 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
730 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
735 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
737 log_err("uloc_getDisplayName(%s, %s...) returned error: %s",
744 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d",
747 log_err("uloc_getDisplayName(%s, %s...) returned preflight length %d, expected length %d"
    [all...]
cmsccoll.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 683 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode);
703 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
705 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
709 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));
711 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
730 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
735 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
737 log_err("uloc_getDisplayName(%s, %s...) returned error: %s",
744 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d",
747 log_err("uloc_getDisplayName(%s, %s...) returned preflight length %d, expected length %d"
    [all...]
cmsccoll.c 658 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
    [all...]
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 512 // uloc_getDisplayName returns the actual translation or the default
552 int actual_size = uloc_getDisplayName(
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp     [all...]

Completed in 232 milliseconds