Home
last modified time | relevance | path

Searched refs:GMT_ID_LENGTH (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dtimezone.cpp116 static const int32_t GMT_ID_LENGTH = 3; variable
309 SimpleTimeZone *tmpGMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in getGMT()
1377 if (id.length() > GMT_ID_LENGTH && in parseCustomID()
1380 ParsePosition pos(GMT_ID_LENGTH); in parseCustomID()