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 438 DateFormat *shortdate, *fulldate; local
452 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
453 if (shortdate == NULL){
465 temp = shortdate->format(curDate, temp);
499 delete shortdate;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 304 DateFormat shortdate, fulldate; local
319 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
323 temp = shortdate.format(curDate);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 303 DateFormat shortdate, fulldate; local
318 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
322 temp = shortdate.format(curDate);
    [all...]

Completed in 70 milliseconds