Searched refs:ucal_getType (Results 1 – 4 of 4) sorted by relevance
1230 ucal_getType(const UCalendar *cal, UErrorCode* status);
566 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType() function
528 #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) macro
453 const char * calType = ucal_getType(caldef, &status); in TestCalendar()