Home | History | Annotate | Download | only in cintltst

Lines Matching refs:simpleDateFormat

963     UDateFormat* simpleDateFormat = 0;
979 simpleDateFormat = udat_open(UDAT_FULL, UDAT_FULL, "en-GB", 0, 0, 0, 0, &ec);
984 udat_applyPattern(simpleDateFormat, 0, pattern, u_strlen(pattern));
985 udat_setLenient(simpleDateFormat, 0);
995 udat_set2DigitYearStart(simpleDateFormat, ucal_getMillis(tempCal, &ec), &ec);
1001 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1016 udat_applyPattern(simpleDateFormat, 0, pattern2, u_strlen(pattern2));
1017 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1032 udat_close(simpleDateFormat);