Searched refs:ucol_getDisplayName (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 798 ucol_getDisplayName( const char *objLoc,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 798 ucol_getDisplayName( const char *objLoc,
|
D | urename.h | 715 #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 362 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/ |
D | ucol_res.cpp | 523 ucol_getDisplayName( const char *objLoc, in ucol_getDisplayName() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 715 #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1142 return ucol_getDisplayName(objLoc, dispLoc, result, resultLength, status); in ucol_getDisplayName_android()
|