OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigD
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java
[
all
...]
DateFormatTest.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
833
UnicodeString
bigD
("yyyy-DDD.hh:mm:ss");
839
SimpleDateFormat *formatter = new SimpleDateFormat(
bigD
, status);
847
logln((UnicodeString)"Using " +
bigD
+ " -> " + myDate);
848
if (myDate != expBigD) errln((UnicodeString)"FAIL:
bigD
- Expected " + dateToString(expBigD));
[
all
...]
Completed in 688 milliseconds