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/icu4c/source/test/intltest/
dtfmttst.cpp
534
UDate
aug13
= 871508052513.0;
local
536
// Expected output field values for above DateFormats on
aug13
591
logln((UnicodeString)" Result = " + df->format(
aug13
, buf.remove()));
597
df->format(
aug13
, buf, pos);
612
df->format(
aug13
, buf, &posIter, status);
628
dateFormats[0]->format(
aug13
, buf, NULL, status);
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
372
Date
aug13
= new Date((long) 871508052513.0);
local
374
// Expected output field values for above DateFormats on
aug13
464
logln(" Result = " + df.format(
aug13
));
477
df.format(
aug13
, buf, pos);
489
df.format(
aug13
, buf, pos);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
368
Date
aug13
= new Date((long) 871508052513.0);
local
370
// Expected output field values for above DateFormats on
aug13
460
logln(" Result = " + df.format(
aug13
));
473
df.format(
aug13
, buf, pos);
485
df.format(
aug13
, buf, pos);
[
all
...]
Completed in 44 milliseconds