Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx508 sal_Unicode **allCalendars = NULL; in getAllCalendars() local
513 allCalendars = func(calendarsCount); in getAllCalendars()
522 OUString calendarID(allCalendars[offset]); in getAllCalendars()
530 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
531 CalendarItem day(allCalendars[offset], in getAllCalendars()
532 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
541 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()
543 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
552 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()
553 CalendarItem era(allCalendars[offset], in getAllCalendars()
[all …]

Completed in 23 milliseconds