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