Searched refs:GMT_ID_LENGTH (Results 1 – 1 of 1) sorted by relevance
112 static const int32_t GMT_ID_LENGTH = 3; variable315 new(gRawGMT) SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in initStaticTimeZones()1360 if (id.length() > GMT_ID_LENGTH && in parseCustomID()1361 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID()1363 ParsePosition pos(GMT_ID_LENGTH); in parseCustomID()1477 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()