Searched refs:TIME_FORMAT (Results 1 – 5 of 5) sorted by relevance
53 private static final NumberFormat TIME_FORMAT; field in EventLogger55 TIME_FORMAT = NumberFormat.getInstance(Locale.US);56 TIME_FORMAT.setMinimumFractionDigits(2);57 TIME_FORMAT.setMaximumFractionDigits(2);58 TIME_FORMAT.setGroupingUsed(false);562 return timeMs == C.TIME_UNSET ? "?" : TIME_FORMAT.format((timeMs) / 1000f); in getTimeString()
30 TIME_FORMAT = "%H:%M:%S.%f" variable in Frame91 return self._datetime.strftime(self.TIME_FORMAT)
122 public static final String TIME_FORMAT = "timeFormat"; field in LDMLConstants507 public static final String TIME_FORMAT_O = "<" + TIME_FORMAT + ">";508 public static final String TIME_FORMAT_C = "</" + TIME_FORMAT + ">";
156 #define TIME_FORMAT "%04d/%02d/%02d-%02d:%02d:%02d" in pMsg() macro223 sprintf(time_str, TIME_FORMAT, struct_time.tm_year + 1900, in pMsg()
499 } else if (token.indexOf(LDMLConstants.TIME_FORMAT) > -1) { in getICUEquivalent()