Searched refs:GMT_ID (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/tools/multi/proj/chello/ |
D | date.c | 55 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 86 tz = GMT_ID; in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/date/ |
D | date.c | 60 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 97 tz = GMT_ID; in main()
|
/third_party/icu/icu4c/source/samples/date/ |
D | date.c | 61 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 98 tz = GMT_ID; in main()
|
/third_party/skia/third_party/externals/icu/source/samples/date/ |
D | date.c | 61 static const UChar GMT_ID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable 98 tz = GMT_ID; in main()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 110 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable 315 new(gRawGMT) SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in initStaticTimeZones() 1380 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1496 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|
/third_party/flutter/skia/third_party/externals/icu/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() 1337 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1453 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 110 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable 315 new(gRawGMT) SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in initStaticTimeZones() 1361 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1477 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 110 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */ variable 315 new(gRawGMT) SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH)); in initStaticTimeZones() 1361 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID() 1477 id.setTo(GMT_ID, GMT_ID_LENGTH); in formatCustomID()
|