Lines Matching defs:GMT_ID_LENGTH
109 static const int32_t GMT_ID_LENGTH = 3;
300 SimpleTimeZone *tmpGMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
1359 if (id.length() > GMT_ID_LENGTH &&
1360 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH))
1362 ParsePosition pos(GMT_ID_LENGTH);
1476 id.setTo(GMT_ID, GMT_ID_LENGTH);