Searched refs:append2DigitNumber (Results 1 – 1 of 1) sorted by relevance
128 append2DigitNumber(stringBuilder, localDateTime.getMonthValue()); in formatMillisWithFixedFormat()130 append2DigitNumber(stringBuilder, localDateTime.getDayOfMonth()); in formatMillisWithFixedFormat()132 append2DigitNumber(stringBuilder, localDateTime.getHour()); in formatMillisWithFixedFormat()134 append2DigitNumber(stringBuilder, localDateTime.getMinute()); in formatMillisWithFixedFormat()136 append2DigitNumber(stringBuilder, localDateTime.getSecond()); in formatMillisWithFixedFormat()143 private static void append2DigitNumber(StringBuilder builder, int value) { in append2DigitNumber() method in TimeFormatter