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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp119 static U_NAMESPACE_QUALIFIER TimeZone* _GMT = NULL; // cf. TimeZone::GMT variable
130 delete _GMT;
131 _GMT = NULL;
324 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
326 // Initialize _GMT independently of other static data; it should
331 if (_GMT == 0) {
332 _GMT = tmpGMT;
339 return _GMT;
/external/icu4c/i18n/
H A Dtimezone.cpp115 static icu::TimeZone* _GMT = NULL; variable
135 delete _GMT;
136 _GMT = NULL;
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
295 // Initialize _GMT independently of other static data; it should
306 if (_GMT == 0) {
307 _GMT = tmpGMT;
330 return _GMT;

Completed in 50 milliseconds