Home
last modified time | relevance | path

Searched refs:ayl (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java522 Date ayl = cal.getTime(); in TestLeapFieldDifference() local
525 d = cal.fieldDifference(ayl, Calendar.DAY_OF_MONTH); in TestLeapFieldDifference()
526 cal.setTime(ayl); in TestLeapFieldDifference()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java526 Date ayl = cal.getTime(); in TestLeapFieldDifference() local
529 d = cal.fieldDifference(ayl, Calendar.DAY_OF_MONTH); in TestLeapFieldDifference()
530 cal.setTime(ayl); in TestLeapFieldDifference()
/external/icu/icu4c/source/data/unit/
Duz.txt987 one{"{0} marta ayl."}
988 other{"{0} marta ayl."}
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp2520 UDate ayl = cal->getTime(ec); in TestLeapFieldDifference() local
2528 d = cal->fieldDifference(ayl, UCAL_DATE, ec); in TestLeapFieldDifference()
2529 cal->setTime(ayl, ec); in TestLeapFieldDifference()