Searched defs:fmtm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp3224 // fmtf, fmtl, fmtm, fmts;
3231 DateFormat* fmtm = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, loc); local
3233 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3238 delete fmtm;
3245 strm = fmtm->format(dt, strm);
3268 delete fmtm;
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3516 // fmtf, fmtl, fmtm, fmts;
3523 DateFormat* fmtm = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, loc); local
3525 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3530 delete fmtm;
3537 strm = fmtm->format(dt, strm);
3552 delete fmtm;

Completed in 97 milliseconds