Searched refs:appendAsciiDigits (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 118 static UnicodeString& appendAsciiDigits(int32_t number, uint8_t length, UnicodeString& str) { in appendAsciiDigits() function 194 appendAsciiDigits(year, 4, str); in getDateTimeString() 195 appendAsciiDigits(month + 1, 2, str); in getDateTimeString() 196 appendAsciiDigits(dom, 2, str); in getDateTimeString() 206 appendAsciiDigits(hour, 2, str); in getDateTimeString() 207 appendAsciiDigits(min, 2, str); in getDateTimeString() 208 appendAsciiDigits(sec, 2, str); in getDateTimeString() 351 appendAsciiDigits(hour, 2, str); in millisToOffset() 352 appendAsciiDigits(min, 2, str); in millisToOffset() 353 appendAsciiDigits(sec, 2, str); in millisToOffset() [all …]
|