Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtimezone.cpp309 SimpleTimeZone *tmpGMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in getGMT() local
312 _GMT = tmpGMT; in getGMT()
313 tmpGMT = NULL; in getGMT()
317 delete tmpGMT; in getGMT()