OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aug13
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
380
Date
aug13
= new Date((long) 871508052513.0);
local
382
// Expected output field values for above DateFormats on
aug13
472
logln(" Result = " + df.format(
aug13
));
485
df.format(
aug13
, buf, pos);
497
df.format(
aug13
, buf, pos);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
377
Date
aug13
= new Date((long) 871508052513.0);
local
379
// Expected output field values for above DateFormats on
aug13
469
logln(" Result = " + df.format(
aug13
));
482
df.format(
aug13
, buf, pos);
494
df.format(
aug13
, buf, pos);
[
all
...]
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
545
UDate
aug13
= 871508052513.0;
local
547
// Expected output field values for above DateFormats on
aug13
604
logln((UnicodeString)" Result = " + df->format(
aug13
, buf.remove()));
610
df->format(
aug13
, buf, pos);
625
df->format(
aug13
, buf, &posIter, status);
641
dateFormats[0]->format(
aug13
, buf, NULL, status);
[
all
...]
Completed in 177 milliseconds