Lines Matching refs:TZDATA_VERSION
122 static char TZDATA_VERSION[16];
151 uprv_memset(TZDATA_VERSION, 0, sizeof(TZDATA_VERSION));
1503 if (len >= (int32_t)sizeof(TZDATA_VERSION)) {
1504 // Ensure that there is always space for a trailing nul in TZDATA_VERSION
1505 len = sizeof(TZDATA_VERSION) - 1;
1507 u_UCharsToChars(tzver, TZDATA_VERSION, len);
1517 return (const char*)TZDATA_VERSION;