Compounds |
struct | ResourceData |
Typedefs |
typedef uint32_t | Resource |
Functions |
U_CFUNC UBool | res_load (ResourceData *pResData, const char *path, const char *name, UErrorCode *errorCode) |
U_CFUNC void | res_unload (ResourceData *pResData) |
U_CFUNC const UChar* | res_getString (const ResourceData *pResData, const Resource res, int32_t *pLength) |
U_CFUNC const uint8_t* | res_getBinary (const ResourceData *pResData, const Resource res, int32_t *pLength) |
U_CFUNC Resource | res_getResource (const ResourceData *pResData, const char *key) |
U_CFUNC int32_t | res_countArrayItems (const ResourceData *pResData, const Resource res) |
U_CFUNC void | res_getNextStringTableItem (const ResourceData *pResData, Resource table, const UChar **value, const char **key, int32_t *len, int16_t *indexS) |
U_CFUNC int32_t | res_getTableSize (const ResourceData *pResData, Resource table) |
U_CFUNC Resource | res_getArrayItem (const ResourceData *pResData, const Resource array, const int32_t indexS) |
U_CFUNC Resource | res_getTableItemByIndex (const ResourceData *pResData, const Resource table, int32_t indexS, const char ** key) |
U_CFUNC Resource | res_getTableItemByKey (const ResourceData *pResData, const Resource table, int32_t *indexS, const char* * key) |