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

uresimp.h File Reference

Go to the source code of this file.

Compounds

struct  UResourceBundle
struct  UResourceDataEntry

Typedefs

typedef enum UResEntryType UResEntryType
typedef struct UResourceDataEntry UResourceDataEntry

Enumerations

enum  UResEntryType { ENTRY_OK = 0, ENTRY_GOTO_ROOT = 1, ENTRY_GOTO_DEFAULT = 2, ENTRY_INVALID = 3 }

Functions

U_CFUNC UResourceBundleures_openNoFallback (const char* path, const char* localeID, UErrorCode* status)
U_CFUNC const char* ures_getRealLocale (const UResourceBundle* resourceBundle, UErrorCode* status)
U_CAPI void ures_setIsStackObject ( UResourceBundle* resB, UBool state)
U_CAPI UBool ures_isStackObject ( UResourceBundle* resB, UErrorCode *status)
U_CFUNC const ResourceDatagetFallbackData (const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status)
U_CFUNC int32_t hashBundle (const void *parm)
U_CFUNC UBool compareBundles (const void *p1, const void *p2)
U_CFUNC UResourceBundlecopyResb (UResourceBundle *r, const UResourceBundle *original, UErrorCode *status)
U_CFUNC const ResourceDataures_getResData (const UResourceBundle* resB)


Typedef Documentation

typedef enum UResEntryType UResEntryType
 

Definition at line 38 of file uresimp.h.

typedef struct UResourceDataEntry UResourceDataEntry
 

Definition at line 41 of file uresimp.h.


Enumeration Type Documentation

enum UResEntryType
 

Enumeration values:
ENTRY_OK  
ENTRY_GOTO_ROOT  
ENTRY_GOTO_DEFAULT  
ENTRY_INVALID  

Definition at line 31 of file uresimp.h.


Function Documentation

U_CFUNC UBool compareBundles ( const void * p1,
const void * p2 )
 

U_CFUNC UResourceBundle* copyResb ( UResourceBundle * r,
const UResourceBundle * original,
UErrorCode * status )
 

U_CFUNC const ResourceData* getFallbackData ( const UResourceBundle * resBundle,
const char ** resTag,
UResourceDataEntry ** realData,
Resource * res,
UErrorCode * status )
 

U_CFUNC int32_t hashBundle ( const void * parm )
 

U_CFUNC const char* ures_getRealLocale ( const UResourceBundle * resourceBundle,
UErrorCode * status )
 

U_CFUNC const ResourceData* ures_getResData ( const UResourceBundle * resB )
 

U_CAPI UBool ures_isStackObject ( UResourceBundle * resB,
UErrorCode * status )
 

U_CFUNC UResourceBundle* ures_openNoFallback ( const char * path,
const char * localeID,
UErrorCode * status )
 

U_CAPI void ures_setIsStackObject ( UResourceBundle * resB,
UBool state )
 


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