scuffed-code/icu4c/source/extra/ustdio/loccache.h

31 lines
740 B
C
Raw Normal View History

1999-08-16 21:50:52 +00:00
/*
*******************************************************************************
*
* Copyright (C) 1998-1999, International Business Machines
* Corporation and others. All Rights Reserved.
*
1999-08-16 21:50:52 +00:00
*******************************************************************************
*
* File loccache.h
*
* Modification History:
*
* Date Name Description
* 11/18/98 stephen Creation.
* 03/11/99 stephen Modified for new C API.
*******************************************************************************
*/
#ifndef LOCCACHE_H
#define LOCCACHE_H
#include "locbund.h"
/* The global LocaleCacheInfo cache */
extern struct UHashtable *gLocaleCache;
1999-08-16 21:50:52 +00:00
ULocaleBundle*
u_loccache_get(const char *loc);
#endif