Searched refs:ucal_getType (Results 1 – 7 of 7) sorted by relevance
1326 ucal_getType(const UCalendar *cal, UErrorCode* status);
533 #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) macro
593 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType() function
472 const char * calType = ucal_getType(caldef, &status); in TestCalendar()2149 const char * calType = ucal_getType(ucalTest, &status); in TestAddRollEra0AndEraBounds()2166 const char * calType = ucal_getType(ucalTest, &status); in TestAddRollEra0AndEraBounds()
809 return ucal_getType(cal, status); in ucal_getType_android()