HomeSort by relevance Sort by last modified time
    Searched refs:getCalendarType (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
windttst.cpp 44 static const char *getCalendarType(int32_t type)
128 uprv_strcat(localeID, getCalendarType(calType));
  /external/icu4c/i18n/
calendar.cpp 178 static ECalType getCalendarType(const char *s) {
191 ECalType calType = getCalendarType(keyword);
230 calType = getCalendarType(calTypeBuf);
270 calType = getCalendarType(calTypeBuf);
405 return createStandardCalendar(getCalendarType(keyword), canLoc, status);
    [all...]

Completed in 53 milliseconds