Home | History | Annotate | Download | only in i18n

Lines Matching defs:TZDATA_VERSION

118 static char TZDATA_VERSION[16];
141 uprv_memset(TZDATA_VERSION, 0, sizeof(TZDATA_VERSION));
1532 if (len >= (int32_t)sizeof(TZDATA_VERSION)) {
1533 // Ensure that there is always space for a trailing nul in TZDATA_VERSION
1534 len = sizeof(TZDATA_VERSION) - 1;
1538 u_UCharsToChars(tzver, TZDATA_VERSION, len);
1550 return (const char*)TZDATA_VERSION;