Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1326 ucal_getType(const UCalendar *cal, UErrorCode* status);
/external/icu/libandroidicu/include/unicode/
Ducal.h1326 ucal_getType(const UCalendar *cal, UErrorCode* status);
Durename.h533 #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp593 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType() function
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c472 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()
/external/icu/icu4c/source/common/unicode/
Durename.h533 #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp809 return ucal_getType(cal, status); in ucal_getType_android()