Searched refs:TIME_FORMAT (Results 1 – 4 of 4) sorted by relevance
29 TIME_FORMAT = "%H:%M:%S.%f" variable in Frame82 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()
504 } else if (token.indexOf(LDMLConstants.TIME_FORMAT) > -1) { in getICUEquivalent()