Home
last modified time | relevance | path

Searched refs:dispLoc (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
Ducol.h681 const char *dispLoc,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h512 const char *dispLoc,
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h512 const char *dispLoc,
/external/icu4c/test/cintltst/
Dcloctst.c2963 const char* dispLoc = uloc_getAvailable(j); in TestDisplayName() local
2964 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
2965 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
2966 … int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status); in TestDisplayName()
2967 … int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status ); in TestDisplayName()
2974 … log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc); in TestDisplayName()
2980 …loc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); } in TestDisplayName()
/external/icu4c/i18n/
Ducol_res.cpp716 const char *dispLoc, in ucol_getDisplayName() argument
730 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst); in ucol_getDisplayName()