Searched refs:ISO8601_UTC (Results 1 – 3 of 3) sorted by relevance
114 static const UChar ISO8601_UTC = 0x005A; // 'Z' variable1488 result.setTo(ISO8601_UTC); in formatOffsetISO8601()1641 if (firstChar == ISO8601_UTC || firstChar == (UChar)(ISO8601_UTC + 0x20)) { in parseOffsetISO8601()
365 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1710 return ISO8601_UTC;2758 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {
329 private static final String ISO8601_UTC = "Z"; field in TimeZoneFormat1640 return ISO8601_UTC;2688 if (Character.toUpperCase(firstChar) == ISO8601_UTC.charAt(0)) {