OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simpleDateFormat
(Results
1 - 3
of
3
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java
13
import java.text.
SimpleDateFormat
;
197
SimpleDateFormat
df = new
SimpleDateFormat
("yyyyMMdd'T'HHmmss", Locale.ENGLISH);
198
SimpleDateFormat
dfShort = new
SimpleDateFormat
("yyyyMMdd", Locale.ENGLISH);
285
protected
SimpleDateFormat
simpleDateFormat
;
298
//There's no way to specify the century in
SimpleDateFormat
. We don't want to hard-code
320
//There's no way to specify this with
SimpleDateFormat
325
//There's no way to specify this with
SimpleDateFormat
[
all
...]
/external/icu4c/test/cintltst/
cdattst.c
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 95 milliseconds