Searched refs:GMT_ID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c56 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable
92 tz = GMT_ID;
/external/icu/icu4c/source/samples/date/
H A Ddate.c56 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable
92 tz = GMT_ID;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp108 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
1310 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH))
1426 id.setTo(GMT_ID, GMT_ID_LENGTH);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp108 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
1312 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH))
1428 id.setTo(GMT_ID, GMT_ID_LENGTH);

Completed in 1882 milliseconds