Searched refs:simpleDateFormat (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java285 protected SimpleDateFormat simpleDateFormat; field in class:ShadowTime.Strftime
355 simpleDateFormat = new SimpleDateFormat(convertedFormat);
366 simpleDateFormat = new SimpleDateFormat(convertedFormat, locale);
376 return simpleDateFormat.format(date);
385 return simpleDateFormat.getTimeZone();
394 simpleDateFormat.setTimeZone(timeZone);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c895 UDateFormat* simpleDateFormat = 0; local
911 simpleDateFormat = udat_open(UDAT_FULL, UDAT_FULL, "en-GB", 0, 0, 0, 0, &ec);
916 udat_applyPattern(simpleDateFormat, 0, pattern, u_strlen(pattern));
917 udat_setLenient(simpleDateFormat, 0);
927 udat_set2DigitYearStart(simpleDateFormat, ucal_getMillis(tempCal, &ec), &ec);
933 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
948 udat_applyPattern(simpleDateFormat, 0, pattern2, u_strlen(pattern2));
949 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
964 udat_close(simpleDateFormat);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c895 UDateFormat* simpleDateFormat = 0; local
911 simpleDateFormat = udat_open(UDAT_FULL, UDAT_FULL, "en-GB", 0, 0, 0, 0, &ec);
916 udat_applyPattern(simpleDateFormat, 0, pattern, u_strlen(pattern));
917 udat_setLenient(simpleDateFormat, 0);
927 udat_set2DigitYearStart(simpleDateFormat, ucal_getMillis(tempCal, &ec), &ec);
933 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
948 udat_applyPattern(simpleDateFormat, 0, pattern2, u_strlen(pattern2));
949 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
964 udat_close(simpleDateFormat);

Completed in 188 milliseconds