| Index: source/common/putil.cpp
|
| diff --git a/source/common/putil.cpp b/source/common/putil.cpp
|
| index 599dad9c9750f60cc1e1094765fc3f611fe7bedd..0f5090cefc50dded8a6a13e78260e295cc25a969 100644
|
| --- a/source/common/putil.cpp
|
| +++ b/source/common/putil.cpp
|
| @@ -970,6 +970,15 @@ static char* searchForTZFile(const char* path, DefaultTZInfo* tzInfo) {
|
| return result;
|
| }
|
| #endif
|
| +
|
| +U_CAPI void U_EXPORT2
|
| +uprv_tzname_clear_cache()
|
| +{
|
| +#if defined(CHECK_LOCALTIME_LINK) && !defined(DEBUG_SKIP_LOCALTIME_LINK)
|
| + gTimeZoneBufferPtr = NULL;
|
| +#endif
|
| +}
|
| +
|
| U_CAPI const char* U_EXPORT2
|
| uprv_tzname(int n)
|
| {
|
|
|