Searched refs:MDf (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1507 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1511 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1516 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1519 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1525 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1532 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1535 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1511 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1515 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1520 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1523 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1529 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1536 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1539 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1886 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1890 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference() 1899 MDf != tfdItemPtr->MDiff || in TestFieldDifference() 1907 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference() 1913 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference() 1924 MDf != tfdItemPtr->MDiff || in TestFieldDifference() 1931 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()
|