Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendAsciiDigits

118 static UnicodeString& appendAsciiDigits(int32_t number, uint8_t length, UnicodeString& str) {
194 appendAsciiDigits(year, 4, str);
195 appendAsciiDigits(month + 1, 2, str);
196 appendAsciiDigits(dom, 2, str);
206 appendAsciiDigits(hour, 2, str);
207 appendAsciiDigits(min, 2, str);
208 appendAsciiDigits(sec, 2, str);
351 appendAsciiDigits(hour, 2, str);
352 appendAsciiDigits(min, 2, str);
353 appendAsciiDigits(sec, 2, str);
2276 appendAsciiDigits(dayOfMonth, 0, dstr);
2310 appendAsciiDigits(weekInMonth, 0, dstr);
2430 appendAsciiDigits(startDayNum, 0, dstr);
2435 appendAsciiDigits(startDayNum + i, 0, dstr);
2616 appendAsciiDigits(month + 1, 0, dstr);