Searched refs:_GMT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp116 static icu::TimeZone* _GMT = NULL; variable
143 delete _GMT;
144 _GMT = NULL;
302 // Initialize _GMT independently of other static data; it should
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
322 return _GMT;
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp116 static icu::TimeZone* _GMT = NULL; variable
143 delete _GMT;
144 _GMT = NULL;
302 // Initialize _GMT independently of other static data; it should
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
322 return _GMT;

Completed in 714 milliseconds