Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ducal.h1230 ucal_getType(const UCalendar *cal, UErrorCode* status);
/external/icu4c/i18n/
Ducal.cpp566 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType() function
/external/icu4c/common/unicode/
Durename.h528 #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) macro
/external/icu4c/test/cintltst/
Dccaltst.c453 const char * calType = ucal_getType(caldef, &status); in TestCalendar()