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

/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp26 #include "reldtfmt.h"
385 const RelativeDateFormat *reldtfmt; local
391 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
392 reldtfmt->toPattern(res, *status);
/external/icu/icu4c/source/i18n/
H A Dudat.cpp26 #include "reldtfmt.h"
388 const RelativeDateFormat *reldtfmt; local
394 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
395 reldtfmt->toPattern(res, *status);

Completed in 114 milliseconds