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

  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 509 DateFormat *fmtA = DateFormat::createInstance();
512 if (fmtA == NULL || fmtB == NULL){
514 delete fmtA;
520 Calendar *calA = (Calendar*) fmtA->getCalendar();
524 delete fmtA;
538 if (*fmtA != *fmtB)
544 if (*fmtA != *fmtB)
549 delete fmtA;
    [all...]
dtfmttst.cpp 199 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
201 if ( fmtA == NULL || fmtB == NULL){
203 delete fmtA;
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
209 delete fmtA;
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 509 DateFormat *fmtA = DateFormat::createInstance();
512 if (fmtA == NULL || fmtB == NULL){
514 delete fmtA;
520 Calendar *calA = (Calendar*) fmtA->getCalendar();
524 delete fmtA;
538 if (*fmtA != *fmtB)
544 if (*fmtA != *fmtB)
549 delete fmtA;
    [all...]
dtfmttst.cpp 199 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
201 if ( fmtA == NULL || fmtB == NULL){
203 delete fmtA;
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
209 delete fmtA;
    [all...]

Completed in 141 milliseconds