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 | 1552 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1559 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference() 1561 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ||… in TestFieldDifference() 1564 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1576 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference() 1577 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ) { in TestFieldDifference() 1580 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1555 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1562 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference() 1564 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ||… in TestFieldDifference() 1567 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1579 mDf = ucal.fieldDifference(targetDate, MINUTE); in TestFieldDifference() 1580 …|| MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff ) { in TestFieldDifference() 1583 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1923 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1930 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference() 1939 mDf != tfdItemPtr->mDiff || in TestFieldDifference() 1944 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference() 1956 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference() 1964 mDf != tfdItemPtr->mDiff ) { in TestFieldDifference() 1968 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()
|