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

  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 431 DateFormat *shortdate, *fulldate; local
451 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
452 if (fulldate == NULL){
462 fulldate->format(curDate, temp2);
493 delete fulldate;
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 434 DateFormat *shortdate, *fulldate; local
454 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
455 if (fulldate == NULL){
465 fulldate->format(curDate, temp2);
496 delete fulldate;
    [all...]

Completed in 120 milliseconds