Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

loccache.h

Go to the documentation of this file.
00001 /*
00002 *******************************************************************************
00003 *
00004 *   Copyright (C) 1998-1999, International Business Machines
00005 *   Corporation and others.  All Rights Reserved.
00006 *
00007 *******************************************************************************
00008 *
00009 * File loccache.h
00010 *
00011 * Modification History:
00012 *
00013 *   Date        Name        Description
00014 *   11/18/98    stephen        Creation.
00015 *   03/11/99    stephen     Modified for new C API.
00016 *******************************************************************************
00017 */
00018 
00019 #ifndef LOCCACHE_H
00020 #define LOCCACHE_H
00021 
00022 #include "locbund.h"
00023 
00024 /* The global LocaleCacheInfo cache */
00025 extern struct UHashtable *gLocaleCache;
00026 
00027 ULocaleBundle*
00028 u_loccache_get(const char *loc);
00029 
00030 #endif

Generated at Tue Dec 5 17:55:28 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000