Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducol_res.cpp523 const char *dispLoc, in ucol_getDisplayName() argument
535 Collator::getDisplayName(Locale(objLoc), Locale(dispLoc), dst); in ucol_getDisplayName()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java810 ULocale dispLoc = ULocale.getDefault(Category.DISPLAY); in testGetDefaultCategory() local
811 assertNotNull(dispLoc); in testGetDefaultCategory()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3197 const char* dispLoc = uloc_getAvailable(j); in TestDisplayName() local
3198 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3199 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
3200 … int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status); in TestDisplayName()
3201 … int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status ); in TestDisplayName()
3208 … log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc); in TestDisplayName()
3214 …loc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); } in TestDisplayName()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h799 const char *dispLoc,