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

  /external/icu/icu4c/source/common/
loclikely.cpp 296 uloc_getCountry(
    [all...]
uloc.cpp     [all...]
locdispnames.cpp 435 uloc_getCountry, _kCountries, pErrorCode);
    [all...]
uloc_tag.cpp 746 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);
    [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 108 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
448 uloc_getCountry(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 267 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
294 cap=uloc_getCountry(testLocale, temp, cap, &status);
298 uloc_getCountry(testLocale, temp, cap+1, &status);
301 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
444 "uloc_getCountry()",
481 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c 702 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
718 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 415 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
rulebasedcollator.cpp     [all...]
tzfmt.cpp 330 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
tznames_impl.cpp     [all...]

Completed in 302 milliseconds