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

1 2

  /external/chromium_org/ui/base/l10n/
l10n_util_android.cc 65 locale, uloc_getCountry, ULOC_COUNTRY_CAPACITY);
  /external/chromium_org/third_party/icu/source/common/unicode/
uloc.h 106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
441 uloc_getCountry(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
uloc.h 106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
442 uloc_getCountry(const char* localeID,
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 609 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
615 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp 183 uloc_getCountry(locale, countryAndVariant, capacity, ec);
    [all...]
ucol_sit.cpp 581 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
calendar.cpp 241 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
246 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 669 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
674 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp 219 uloc_getCountry(locale, countryAndVariant, capacity, ec);
    [all...]
ucol_sit.cpp 622 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
    [all...]
calendar.cpp 257 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
261 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
    [all...]
tzgnames.cpp 427 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 250 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
277 cap=uloc_getCountry(testLocale, temp, cap, &status);
281 uloc_getCountry(testLocale, temp, cap+1, &status);
284 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
426 "uloc_getCountry()",
463 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c 251 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
278 cap=uloc_getCountry(testLocale, temp, cap, &status);
282 uloc_getCountry(testLocale, temp, cap+1, &status);
285 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
428 "uloc_getCountry()",
465 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c 691 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
707 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 413 uloc_getCountry, _kCountries, pErrorCode);
loclikely.cpp 291 uloc_getCountry(
    [all...]
uloc.c     [all...]
uloc_tag.c 1030 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);
    [all...]
  /external/icu4c/common/
locdispnames.cpp 433 uloc_getCountry, _kCountries, pErrorCode);
loclikely.cpp 291 uloc_getCountry(
    [all...]
uloc.cpp     [all...]

Completed in 2460 milliseconds

1 2