Searched defs:dispLoc (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ducol_res.cpp716 const char *dispLoc,
730 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst);
715 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) argument
/external/icu4c/test/cintltst/
H A Dcloctst.c2963 const char* dispLoc = uloc_getAvailable(j); local
2964 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
2965 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
2966 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
2967 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
2974 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
2980 log_err("uloc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); }

Completed in 84 milliseconds