Home | History | Annotate | Download | only in i18n

Lines Matching refs:calendarType

537     char         calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
545 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
547 calendarTypeToUse = calendarType;