HomeSort by relevance Sort by last modified time
    Searched refs:appendAsciiDigits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 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)
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 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)
    [all...]

Completed in 101 milliseconds