HomeSort by relevance Sort by last modified time
    Searched defs:aDate (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
umsg.cpp 531 UDate *aDate;
543 aDate = va_arg(ap, UDate*);
544 if(aDate){
545 *aDate = args[i].getDate();
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 414 UDate aDate = 999932400000.0;
423 fmt2->format(aDate, str);
426 fmt->format(aDate, str);
433 if(otherDate != aDate) {
436 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
500 UDate aDate = 999932400000.0;
508 fmt2->format(aDate, str);
511 fmt->format(aDate, str);
518 if(otherDate != aDate) {
523 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 153 Date aDate = format.parse("1.1.9", pos); // after the start of heisei accession. Jan 1, 1H wouldn't work because it is actually showa 64
154 String inEn = enjformat.format(aDate);
157 cal.setTime(aDate);
180 aDate = fmt.parse(samplestr);
187 String str = fmt2.format(aDate);
190 cal2.setTime(aDate);
216 Date aDate = new Date(aDateLong);
217 logln("aDate: " + aDate.toString() +", from " + aDateLong);
219 str = fmt2.format(aDate);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 345 milliseconds