Searched refs:append2DigitNumber (Results 1 – 1 of 1) sorted by relevance
127 append2DigitNumber(stringBuilder, localDateTime.getMonthValue()); in formatMillisWithFixedFormat()129 append2DigitNumber(stringBuilder, localDateTime.getDayOfMonth()); in formatMillisWithFixedFormat()131 append2DigitNumber(stringBuilder, localDateTime.getHour()); in formatMillisWithFixedFormat()133 append2DigitNumber(stringBuilder, localDateTime.getMinute()); in formatMillisWithFixedFormat()135 append2DigitNumber(stringBuilder, localDateTime.getSecond()); in formatMillisWithFixedFormat()142 private static void append2DigitNumber(StringBuilder builder, int value) { in append2DigitNumber() method in TimeFormatter