Home
last modified time | relevance | path

Searched refs:MDf (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1552 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1556 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference()
1561 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1564 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference()
1570 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference()
1577 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1580 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1555 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1559 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference()
1564 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1567 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference()
1573 MDf = ucal.fieldDifference(targetDate, MONTH); in TestFieldDifference()
1580 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1583 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1923 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1927 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()
1936 MDf != tfdItemPtr->MDiff || in TestFieldDifference()
1944 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference()
1950 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()
1961 MDf != tfdItemPtr->MDiff || in TestFieldDifference()
1968 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()