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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h573 * @param dispLoc The locale for display.
583 const char *dispLoc,
/external/icu4c/i18n/unicode/
H A Ducol.h753 * @param dispLoc The locale for display.
763 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/icu4c/test/cintltst/
H A Dcloctst.c2998 const char* dispLoc = uloc_getAvailable(j); local
2999 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3000 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
3001 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
3002 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
3009 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
3015 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
/external/icu4c/i18n/
H A Ducol_res.cpp715 const char *dispLoc,
729 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
714 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) argument

Completed in 226 milliseconds