Searched refs:GMT_ID (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/samples/date/ |
D | date.c | 56 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 92 tz = GMT_ID; in main()
|
/external/icu4c/i18n/ |
D | timezone.cpp | 107 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable 300 SimpleTimeZone *tmpGMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in ensureStaticTimeZones() 1352 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1468 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|