Searched refs:appendAsciiDigits (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | vtzone.cpp | 108 static UnicodeString& appendAsciiDigits(int32_t number, uint8_t length, UnicodeString& str) { in appendAsciiDigits() function 184 appendAsciiDigits(year, 4, str); in getDateTimeString() 185 appendAsciiDigits(month + 1, 2, str); in getDateTimeString() 186 appendAsciiDigits(dom, 2, str); in getDateTimeString() 196 appendAsciiDigits(hour, 2, str); in getDateTimeString() 197 appendAsciiDigits(min, 2, str); in getDateTimeString() 198 appendAsciiDigits(sec, 2, str); in getDateTimeString() 341 appendAsciiDigits(hour, 2, str); in millisToOffset() 342 appendAsciiDigits(min, 2, str); in millisToOffset() 343 appendAsciiDigits(sec, 2, str); in millisToOffset() [all …]
|