Searched defs:formatter (Results 1 – 12 of 12) sorted by relevance
140 SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); in logDebugFiles() local
195 String formatter, EventMetricData eventMetric, Message atomContent) { in fillInPlaceholders()
782 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
763 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
842 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
221 HelpFormatter formatter = new HelpFormatter(); in parseFlags() local
306 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
433 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
154 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
139 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
57 SimpleDateFormat formatter = new SimpleDateFormat("MM-dd HH:mm:ss"); in getLogFormatString() local
3547 def phone_number_formatter(input_string, formatter=None): argument