Home
last modified time | relevance | path

Searched refs:mDf (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1459 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1466 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference()
1468 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ||… in TestFieldDifference()
1471 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference()
1483 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference()
1484 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ) { in TestFieldDifference()
1487 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1886 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1893 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference()
1902 mDf != tfdItemPtr->mDiff || in TestFieldDifference()
1907 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference()
1919 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference()
1927 mDf != tfdItemPtr->mDiff ) { in TestFieldDifference()
1931 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()