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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
424 uloc_getCountry(const char* localeID,
    [all...]
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
424 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/icu4c/i18n/
ucal.cpp 654 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
659 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 254 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
258 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
    [all...]
tzgnames.cpp 427 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
tzfmt.cpp 258 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
    [all...]
  /external/icu4c/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));
427 "uloc_getCountry()",
464 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
    [all...]
cldrtest.c 688 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
704 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
    [all...]
  /external/icu4c/common/
locdispnames.cpp 433 uloc_getCountry, _kCountries, pErrorCode);
loclikely.cpp 291 uloc_getCountry(
    [all...]
uloc.cpp     [all...]
uloc_tag.c 1101 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 3904 milliseconds