Home
last modified time | relevance | path

Searched refs:timezoneSign (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkTime.cpp20 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local
27 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
/third_party/skia/src/core/
DSkTime.cpp20 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local
27 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
/third_party/skia/src/pdf/
DSkPDFMetadata.cpp33 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in pdf_date() local
41 static_cast<unsigned>(dt.fSecond), timezoneSign, timeZoneHours, in pdf_date()
/third_party/flutter/skia/src/pdf/
DSkPDFMetadata.cpp38 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in pdf_date() local
46 static_cast<unsigned>(dt.fSecond), timezoneSign, timeZoneHours, in pdf_date()