Searched refs:appendAsciiDigits (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 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() [all …]
|