OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdfmt
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
2419
DateFormat
sdfmt
= new SimpleDateFormat();
local
4434
SimpleDateFormat
sdfmt
= (SimpleDateFormat) DateFormat.getDateInstance(item.style, locale);
local
4533
SimpleDateFormat
sdfmt
= new SimpleDateFormat(item.pattern, locale);
local
4724
SimpleDateFormat
sdfmt
= new SimpleDateFormat(item.pattern, item.locale);
local
4853
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
[
all
...]
DateFormatRegressionTest.java
1293
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
1428
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
2416
DateFormat
sdfmt
= new SimpleDateFormat();
local
4431
SimpleDateFormat
sdfmt
= (SimpleDateFormat) DateFormat.getDateInstance(item.style, locale);
local
4530
SimpleDateFormat
sdfmt
= new SimpleDateFormat(item.pattern, locale);
local
4721
SimpleDateFormat
sdfmt
= new SimpleDateFormat(item.pattern, item.locale);
local
4850
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
[
all
...]
DateFormatRegressionTest.java
1290
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
1425
SimpleDateFormat
sdfmt
= new SimpleDateFormat();
local
[
all
...]
Completed in 157 milliseconds