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

1 2

  /external/chromium_org/ui/base/l10n/
l10n_util_android.cc 75 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
442 uloc_getCountry(const char* localeID,
    [all...]
  /external/icu/icu4c/source/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/
ulocdata.c 201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status);
ucal.cpp 674 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
679 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp 373 uloc_getCountry(locale, countryAndVariant, capacity, ec);
    [all...]
ucol_sit.cpp 622 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
    [all...]
calendar.cpp 265 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
269 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
    [all...]
tzgnames.cpp 420 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
  /external/icu/icu4c/source/i18n/
ulocdata.c 201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status);
ucal.cpp 674 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
679 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp 373 uloc_getCountry(locale, countryAndVariant, capacity, ec);
    [all...]
calendar.cpp 265 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
269 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
    [all...]
tzgnames.cpp 420 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 254 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
281 cap=uloc_getCountry(testLocale, temp, cap, &status);
285 uloc_getCountry(testLocale, temp, cap+1, &status);
288 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
431 "uloc_getCountry()",
468 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c 698 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
714 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 254 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
281 cap=uloc_getCountry(testLocale, temp, cap, &status);
285 uloc_getCountry(testLocale, temp, cap+1, &status);
288 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
431 "uloc_getCountry()",
468 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c 701 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
717 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 433 uloc_getCountry, _kCountries, pErrorCode);
    [all...]
loclikely.cpp 291 uloc_getCountry(
    [all...]
uloc.cpp     [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 433 uloc_getCountry, _kCountries, pErrorCode);
    [all...]
loclikely.cpp 291 uloc_getCountry(
    [all...]
uloc.cpp     [all...]

Completed in 513 milliseconds

1 2