Searched refs:_GMT (Results 1 – 1 of 1) sorted by relevance
119 static U_NAMESPACE_QUALIFIER TimeZone* _GMT = NULL; // cf. TimeZone::GMT variable130 delete _GMT; in timeZone_cleanup()131 _GMT = NULL; in timeZone_cleanup()324 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */ in getGMT()331 if (_GMT == 0) { in getGMT()332 _GMT = tmpGMT; in getGMT()339 return _GMT; in getGMT()