Home
last modified time | relevance | path

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

/AOO42X/main/i18npool/source/localedata/
H A Dlocaledata.cxx507 sal_Unicode **allCalendars = NULL; in getAllCalendars() local
512 allCalendars = func(calendarsCount); in getAllCalendars()
518 Sequence< CalendarItem > days(allCalendars[0][i]); in getAllCalendars()
519 Sequence< CalendarItem > months(allCalendars[1][i]); in getAllCalendars()
520 Sequence< CalendarItem > eras(allCalendars[2][i]); in getAllCalendars()
521 OUString calendarID(allCalendars[offset]); in getAllCalendars()
523 … sal_Bool defaultCalendar = sal::static_int_cast<sal_Bool>( allCalendars[offset][0] ); in getAllCalendars()
525 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
526 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
529 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
[all …]