Home
last modified time | relevance | path

Searched defs:wom (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKWeekFields.java316 int wom = day.get(womField); in test_withDayOfWeek() local
321 assertEquals(result.get(womField), wom, "Week of Month should not change"); in test_withDayOfWeek() local
411 int wom = date.get(womField); in test_parse_resolve_localizedWom_lenient() local
480 int wom = date.get(womField); in test_parse_resolve_localizedWomDow_lenient() local
/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java958 …poralField, Long> fieldValues, Chronology chrono, int year, long month, long wom, int localDow, Re… in resolveWoM()