Searched refs:timezoneSign (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkTime.cpp | 20 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local 27 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
|
/third_party/skia/src/core/ |
D | SkTime.cpp | 20 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local 27 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
|
/third_party/skia/src/pdf/ |
D | SkPDFMetadata.cpp | 33 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/ |
D | SkPDFMetadata.cpp | 38 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in pdf_date() local 46 static_cast<unsigned>(dt.fSecond), timezoneSign, timeZoneHours, in pdf_date()
|