Searched refs:ISO8601_UTC (Results 1 – 3 of 3) sorted by relevance
120 static const UChar ISO8601_UTC = 0x005A; // 'Z' variable1494 result.setTo(ISO8601_UTC); in formatOffsetISO8601()1647 if (firstChar == ISO8601_UTC || firstChar == (UChar)(ISO8601_UTC + 0x20)) { in parseOffsetISO8601()
333 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1644 return ISO8601_UTC;2711 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {
369 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1714 return ISO8601_UTC;2781 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {