Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducol.h787 ucol_getDisplayName( const char *objLoc,
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c360 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status); in TestProperty()
364 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); in TestProperty()
429 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status); in TestProperty()
433 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); in TestProperty()
/external/icu/icu4c/source/i18n/
Ducol_res.cpp520 ucol_getDisplayName( const char *objLoc, in ucol_getDisplayName() function
/external/icu/icu4c/source/common/unicode/
Durename.h709 #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) macro