HomeSort by relevance Sort by last modified time
    Searched refs:fulldate (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 435 DateFormat *shortdate, *fulldate; local
455 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
456 if (fulldate == NULL){
466 fulldate->format(curDate, temp2);
497 delete fulldate;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 301 DateFormat shortdate, fulldate; local
317 fulldate = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG);
323 String temp2 = fulldate.format(curDate);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 297 DateFormat shortdate, fulldate; local
313 fulldate = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG);
319 String temp2 = fulldate.format(curDate);
    [all...]

Completed in 95 milliseconds