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

  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 427 DateFormat *shortdate, *fulldate; local
447 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
448 if (fulldate == NULL){
458 fulldate->format(curDate, temp2);
489 delete fulldate;
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 427 DateFormat *shortdate, *fulldate; local
447 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
448 if (fulldate == NULL){
458 fulldate->format(curDate, temp2);
489 delete fulldate;
    [all...]

Completed in 120 milliseconds