Home | History | Annotate | Download | only in i18n

Lines Matching refs:gmt

36 static const UChar TZID_GMT[] = {0x0045, 0x0074, 0x0063, 0x002F, 0x0047, 0x004D, 0x0054, 0};    // Etc/GMT
38 static const UChar DEFAULT_GMT_PATTERN[] = {0x0047, 0x004D, 0x0054, 0x007B, 0x0030, 0x007D, 0}; // GMT{0}
39 //static const UChar DEFAULT_GMT_ZERO[] = {0x0047, 0x004D, 0x0054, 0}; // GMT
59 {0x0047, 0x004D, 0x0054, 0}, // GMT
65 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
88 // Maximum values for GMT offset fields
106 // This class represents a localized GMT offset pattern
651 // above styles may use localized gmt format as fallback
661 // Try localized GMT format first if necessary
666 // Even when the input text was successfully parsed as a localized GMT format text,
668 // 1) GMT zero format was used, and
809 // as localized GMT format earlier. If parsedOffset is positive, it means it was successfully
810 // parsed as localized GMT format, but offset digits were not detected (more specifically, GMT
813 // GMT format.
863 // Localized GMT format
1114 // Building the GMT format string
1304 // Check if this is a GMT zero format
1310 // Check if this is a default GMT zero format
1396 // the option is designed for supporting the case like "GMT+5". In this case,
1480 // check global default GMT alternatives
1484 const UChar* gmt = ALT_GMT_STRINGS[i];
1485 int32_t len = u_strlen(gmt);
1486 if (text.caseCompare(start, len, gmt, 0) == 0) {
2105 // when offset is 0, we should use "Etc/GMT"