OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdf_
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTestJ.java
41
private SimpleDateFormat
sdf_
;
field in class:DateFormatRegressionTestJ
45
sdf_
= new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
269
SimpleDateFormat sdf = (SimpleDateFormat)
sdf_
.clone();
297
SimpleDateFormat sdf = (SimpleDateFormat)
sdf_
.clone();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTestJ.java
38
private SimpleDateFormat
sdf_
;
field in class:DateFormatRegressionTestJ
42
sdf_
= new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
266
SimpleDateFormat sdf = (SimpleDateFormat)
sdf_
.clone();
294
SimpleDateFormat sdf = (SimpleDateFormat)
sdf_
.clone();
Completed in 106 milliseconds