Home | History | Annotate | Download | only in utility

Lines Matching refs:getWord

119         // First, check that getWord/Long are properly little endian
120 assertEquals(0x0100, CalendarUtilities.getWord(bytes, 0));
130 assertEquals(0xDEAD, CalendarUtilities.getWord(bytes, 0));
132 assertEquals(0xCEDE, CalendarUtilities.getWord(bytes, 6));