Searched refs:uloc_getCountry (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
424 uloc_getCountry(const char* localeID,
H A Durename.h781 #define uloc_getCountry uloc_getCountry_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
424 uloc_getCountry(const char* localeID,
H A Durename.h781 #define uloc_getCountry uloc_getCountry_3_2 macro
/external/icu4c/common/unicode/
H A Duloc.h106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
441 uloc_getCountry(const char* localeID,
H A Durename.h1021 #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) macro
/external/icu4c/i18n/
H A Ducal.cpp609 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
615 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
H A Ducurr.cpp183 uloc_getCountry(locale, countryAndVariant, capacity, ec);
2112 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2118 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
H A Ducol_sit.cpp581 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
H A Dcalendar.cpp241 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
246 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
/external/icu4c/test/cintltst/
H A Dcloctst.c250 /* 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);
1352 uloc_getCountry(locale, buff, 256, &status);
1361 log_err("FAIL: uloc_getCountry(%s)==\t\"%s\"\t expected \"%s\"\n",
1366 log_verbose(" uloc_getCountry(%s)==\t%s\n", locale, buff);
1420 i = uloc_getCountry(p1_buf
[all...]
H A Dcldrtest.c759 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
775 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
/external/icu4c/common/
H A Dlocdispnames.cpp413 uloc_getCountry, _kCountries, pErrorCode);
H A Dloclikely.cpp291 uloc_getCountry(
H A Duloc.c1934 uloc_getCountry(const char* localeID, function
2085 uloc_getCountry(localeID, cntry, ULOC_LANG_CAPACITY, &err);
H A Duloc_tag.c1030 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h781 #define uloc_getCountry uloc_getCountry_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h781 #define uloc_getCountry uloc_getCountry_3_2 macro

Completed in 190 milliseconds