HomeSort by relevance Sort by last modified time
    Searched refs:_GMT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 116 static icu::TimeZone* _GMT = NULL;
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;
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 116 static icu::TimeZone* _GMT = NULL;
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;
    [all...]

Completed in 46 milliseconds