Searched defs:simpleDateFormat (Results 1 - 5 of 5) 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java344 * @param simpleDateFormat will be used for formatting
351 SimpleDateFormat simpleDateFormat)
353 fDateFormat = simpleDateFormat;
365 SimpleDateFormat simpleDateFormat)
367 fDateFormat = simpleDateFormat;
350 DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat) argument
364 DateIntervalFormat(String skeleton, ULocale locale, SimpleDateFormat simpleDateFormat) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c959 UDateFormat* simpleDateFormat = 0; local
975 simpleDateFormat = udat_open(UDAT_FULL, UDAT_FULL, "en-GB", 0, 0, 0, 0, &ec);
980 udat_applyPattern(simpleDateFormat, 0, pattern, u_strlen(pattern));
981 udat_setLenient(simpleDateFormat, 0);
991 udat_set2DigitYearStart(simpleDateFormat, ucal_getMillis(tempCal, &ec), &ec);
997 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1012 udat_applyPattern(simpleDateFormat, 0, pattern2, u_strlen(pattern2));
1013 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1028 udat_close(simpleDateFormat);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 198 milliseconds