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 UResourceBundle* | ures_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 ResourceData* | getFallbackData (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 UResourceBundle* | copyResb (UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) |
U_CFUNC const ResourceData* | ures_getResData (const UResourceBundle* resB) |