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

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 439 DateFormat *shortdate, *fulldate; local
453 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
454 if (shortdate == NULL){
466 temp = shortdate->format(curDate, temp);
500 delete shortdate;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 311 DateFormat shortdate, fulldate; local
326 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
330 temp = shortdate.format(curDate);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 308 DateFormat shortdate, fulldate; local
323 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
327 temp = shortdate.format(curDate);
    [all...]

Completed in 124 milliseconds