Searched defs:caltype (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducal.cpp123 UCalendarType caltype,
136 if ( caltype == UCAL_GREGORIAN ) {
594 char *caltype = (char*)uprv_malloc(len + 1); local
595 if (caltype == NULL) {
599 u_UCharsToChars(type, caltype, len);
600 *(caltype + len) = 0;
602 ulist_addItemEndList(values, caltype, TRUE, status);
120 ucal_open( const UChar* zoneID, int32_t len, const char* locale, UCalendarType caltype, UErrorCode* status) argument

Completed in 12 milliseconds