Searched refs:GMT_ID (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/samples/date/ |
D | date.c | 60 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 96 tz = GMT_ID; in main()
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 110 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable 308 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in initStaticTimeZones() 1338 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1454 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|