Searched refs:RES_GET_INT (Results 1 – 4 of 4) sorted by relevance
71 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro73 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
1380 return RES_GET_INT(resB->fRes); in ures_getInt()
76 return ICUResourceBundleReader.RES_GET_INT(resource); in getInt()
497 static int RES_GET_INT(int res) { in RES_GET_INT() method in ICUResourceBundleReader