Home | History | Annotate | Download | only in util

Lines Matching defs:ms

1244         int ms = date.getMillis();
1252 // ss and ms. Also, let GregorianCalendar handle the default
1261 gc.set(GregorianCalendar.MILLISECOND, ms);
1272 date.setNormalizedDate(y, m, d).setTimeOfDay(hh, mm, ss, ms);
1282 date.setNormalizedDate(y, m, d).setTimeOfDay(hh, mm, ss, ms);