Lines Matching refs:appendAsciiDigits
120 static UnicodeString& appendAsciiDigits(int32_t number, uint8_t length, UnicodeString& str) { in appendAsciiDigits() function
196 appendAsciiDigits(year, 4, str); in getDateTimeString()
197 appendAsciiDigits(month + 1, 2, str); in getDateTimeString()
198 appendAsciiDigits(dom, 2, str); in getDateTimeString()
208 appendAsciiDigits(hour, 2, str); in getDateTimeString()
209 appendAsciiDigits(min, 2, str); in getDateTimeString()
210 appendAsciiDigits(sec, 2, str); in getDateTimeString()
353 appendAsciiDigits(hour, 2, str); in millisToOffset()
354 appendAsciiDigits(min, 2, str); in millisToOffset()
355 appendAsciiDigits(sec, 2, str); in millisToOffset()
2268 appendAsciiDigits(dayOfMonth, 0, dstr); in writeZonePropsByDOM()
2302 appendAsciiDigits(weekInMonth, 0, dstr); in writeZonePropsByDOW()
2422 appendAsciiDigits(startDayNum, 0, dstr); in writeZonePropsByDOW_GEQ_DOM_sub()
2427 appendAsciiDigits(startDayNum + i, 0, dstr); in writeZonePropsByDOW_GEQ_DOM_sub()
2608 appendAsciiDigits(month + 1, 0, dstr); in beginRRULE()