Searched refs:HUNDRED_DAY_FIELD_LEN (Results 1 – 3 of 3) sorted by relevance
29 public static final int HUNDRED_DAY_FIELD_LEN = 19; field in TimeUtils36 private static char[] sFormatStr = new char[HUNDRED_DAY_FIELD_LEN+5];
239 public static final int HUNDRED_DAY_FIELD_LEN = 19; field in TimeUtils249 private static char[] sFormatStr = new char[HUNDRED_DAY_FIELD_LEN+5];
3445 TimeUtils.formatDuration(rec.time - baseTime, pw, TimeUtils.HUNDRED_DAY_FIELD_LEN); in printNextItem()