Home | History | Annotate | Download | only in common

Lines Matching full:res

34 #define RES_GET_TYPE(res) ((UResType)((res)>>28UL))
35 #define RES_GET_OFFSET(res) ((res)&0x0fffffff)
36 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
39 #define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L)
40 #define RES_GET_UINT(res) ((res)&0x0fffffff)
74 * File format for .res resource bundle files (formatVersion=1.2)
76 * An ICU4C resource bundle file (.res) is a binary, memory-mappable file
197 res_getString(const ResourceData *pResData, const Resource res, int32_t *pLength);
200 res_getAlias(const ResourceData *pResData, const Resource res, int32_t *pLength);
203 res_getBinary(const ResourceData *pResData, const Resource res, int32_t *pLength);
206 res_getIntVector(const ResourceData *pResData, const Resource res, int32_t *pLength);
212 res_countArrayItems(const ResourceData *pResData, const Resource res);