Home | History | Annotate | Download | only in cintltst

Lines Matching defs:cal

73     const UCalendar *cal;
372 cal=udat_getCalendar(fr_pat);
375 udat_setCalendar(def1, cal);
834 UCalendar *cal=0;
872 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
880 ucal_clear(cal);
883 udat_parseCalendar(date, cal, buf, -1, &pos, &ec);
891 len1 = udat_formatCalendar(date, cal, buf1, UPRV_LENGTHOF(buf1), NULL, &ec);
906 udat_parseCalendar(time, cal, buf, -1, &pos, &ec);
914 len1 = udat_formatCalendar(time, cal, buf1, UPRV_LENGTHOF(buf1), NULL, &ec);
927 when = ucal_getMillis(cal, &ec);
949 ucal_close(cal);
1043 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
1046 currentYear = ucal_get(cal, UCAL_YEAR, &status);
1047 ucal_close(cal);
1717 UCalendar* cal;
1724 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
1735 udat_parseCalendar(df, cal, NULL, -1, NULL, &status);
1740 ucal_close(cal);