Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Ducol.h798 ucol_getDisplayName( const char *objLoc,
Durename.h715 #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h798 ucol_getDisplayName( const char *objLoc,
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c362 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status); in TestProperty()
366 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); in TestProperty()
431 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status); in TestProperty()
435 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); in TestProperty()
/external/icu/icu4c/source/i18n/
Ducol_res.cpp523 ucol_getDisplayName( const char *objLoc, in ucol_getDisplayName() function
/external/icu/icu4c/source/common/unicode/
Durename.h715 #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1142 return ucol_getDisplayName(objLoc, dispLoc, result, resultLength, status); in ucol_getDisplayName_android()