Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtimezone.cpp115 static icu::TimeZone* _GMT = NULL; variable
135 delete _GMT; in timeZone_cleanup()
136 _GMT = NULL; in timeZone_cleanup()
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */ in ensureStaticTimeZones()
306 if (_GMT == 0) { in ensureStaticTimeZones()
307 _GMT = tmpGMT; in ensureStaticTimeZones()
330 return _GMT; in getGMT()