Searched refs:ISO8601_UTC (Results 1 – 3 of 3) sorted by relevance
116 static const UChar ISO8601_UTC = 0x005A; // 'Z' variable1490 result.setTo(ISO8601_UTC); in formatOffsetISO8601()1643 if (firstChar == ISO8601_UTC || firstChar == (UChar)(ISO8601_UTC + 0x20)) { in parseOffsetISO8601()
332 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1643 return ISO8601_UTC;2691 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {
368 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1713 return ISO8601_UTC;2761 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {