Searched defs:RES_GET_INT (Results 1 – 3 of 3) sorted by relevance
74 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro76 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
361 static int RES_GET_INT(int res) { in RES_GET_INT() method in ICUResourceBundleReader
363 static int RES_GET_INT(int res) { in RES_GET_INT() method in ICUResourceBundleReader