Searched refs:DEFAULT_GMT_OFFSET_SEP (Results 1 – 3 of 3) sorted by relevance
327 private static final char DEFAULT_GMT_OFFSET_SEP = ':'; field in TimeZoneFormat2410 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);
363 private static final char DEFAULT_GMT_OFFSET_SEP = ':'; field in TimeZoneFormat2480 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);
84 static const UChar DEFAULT_GMT_OFFSET_SEP = 0x003A; // ':' variable2005 … int32_t offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep); in parseOffsetDefaultLocalizedGMT()