Searched refs:MDf (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1554 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1558 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1563 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1566 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1572 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1579 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1582 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1551 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1555 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1560 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1563 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1569 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference() 1576 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1579 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1894 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1898 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference() 1907 MDf != tfdItemPtr->MDiff || in TestFieldDifference() 1915 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference() 1921 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference() 1932 MDf != tfdItemPtr->MDiff || in TestFieldDifference() 1939 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()
|