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.h573 * @param dispLoc The locale for display.
583 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.c2821 const char* dispLoc = uloc_getAvailable(j); local
2822 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
2823 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
2824 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
2825 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
2832 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
2838 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.cpp702 const char *dispLoc,
716 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
701 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) argument

Completed in 235 milliseconds