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

  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 427 DateFormat *shortdate, *fulldate; local
441 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
442 if (shortdate == NULL){
454 temp = shortdate->format(curDate, temp);
488 delete shortdate;
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 427 DateFormat *shortdate, *fulldate; local
441 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
442 if (shortdate == NULL){
454 temp = shortdate->format(curDate, temp);
488 delete shortdate;
    [all...]

Completed in 38 milliseconds