Searched refs:dispLoc (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ducol_res.cpp336 const char *dispLoc,
350 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
335 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h753 * @param dispLoc The locale for display.
763 const char *dispLoc,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h769 * @param dispLoc The locale for display.
779 const char *dispLoc,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3083 const char* dispLoc = uloc_getAvailable(j); local
3084 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3085 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
3086 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
3087 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
3094 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
3100 log_err("uloc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); }
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3084 const char* dispLoc = uloc_getAvailable(j); local
3085 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3086 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
3087 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
3088 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
3095 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
3101 log_err("uloc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); }
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp708 const char *dispLoc,
722 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
707 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) argument

Completed in 412 milliseconds