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

/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js39 // Storing calendars.
40 var calendars = []; variable
120 * Animates the canvas after loading the data from all the calendars. It
321 calendars = [];
349 * Gathers the list of all calendars of a specific user for multiple calendar
368 calendars = [];
373 // Include only those calendars which are not hidden and selected
381 calendars.push(cal_src);
389 calendars = [];
390 calendars
[all...]
/external/icu4c/test/intltest/
H A Dcalregts.cpp1861 GregorianCalendar *calendars [] = { local
1878 GregorianCalendar *calendar = calendars[j];
1931 delete calendars[0];
1932 delete calendars[1];
1933 delete calendars[2];
2689 dataerrln("Couldn't create calendars for roll of HOUR: %s", u_errorName(status));
2725 errln("Couldn't create calendars for add of HOUR");
2756 errln("Couldn't create calendars for add of YEAR");
H A Ddtfmttst.cpp3109 Calendar *calendars[] = { local
3118 dataerrln("Failed to initialize calendars: %s", u_errorName(status));
3119 for (int i = 0; calendars[i] != NULL; i++) {
3120 delete calendars[i];
3128 // The order of test formatters must match the order of calendars above.
3147 calendars[i]->setTime(d, status);
3151 formatters[i]->format(*calendars[i], buf, fpos);
3154 for (int j = 0; calendars[j] != NULL; j++) {
3161 calendars[j]->setTime(d, status);
3165 formatters[i]->format(*calendars[
[all...]

Completed in 341 milliseconds