Searched refs:TZDATA_VERSION (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp120 static char TZDATA_VERSION[16]; variable
149 uprv_memset(TZDATA_VERSION, 0, sizeof(TZDATA_VERSION));
1476 if (len >= (int32_t)sizeof(TZDATA_VERSION)) {
1477 // Ensure that there is always space for a trailing nul in TZDATA_VERSION
1478 len = sizeof(TZDATA_VERSION) - 1;
1480 u_UCharsToChars(tzver, TZDATA_VERSION, len);
1490 return (const char*)TZDATA_VERSION;
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp120 static char TZDATA_VERSION[16]; variable
149 uprv_memset(TZDATA_VERSION, 0, sizeof(TZDATA_VERSION));
1478 if (len >= (int32_t)sizeof(TZDATA_VERSION)) {
1479 // Ensure that there is always space for a trailing nul in TZDATA_VERSION
1480 len = sizeof(TZDATA_VERSION) - 1;
1482 u_UCharsToChars(tzver, TZDATA_VERSION, len);
1492 return (const char*)TZDATA_VERSION;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 934 milliseconds