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 435 DateFormat *shortdate, *fulldate; local
449 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
450 if (shortdate == NULL){
462 temp = shortdate->format(curDate, temp);
496 delete shortdate;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 301 DateFormat shortdate, fulldate; local
316 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
320 temp = shortdate.format(curDate);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 297 DateFormat shortdate, fulldate; local
312 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
316 temp = shortdate.format(curDate);
    [all...]

Completed in 92 milliseconds