Searched refs:RES_GET_INT (Results 1 – 7 of 7) 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
535 return RES_GET_INT(res); in getInt()
1383 return RES_GET_INT(resB->fRes); in ures_getInt()
88 return ICUResourceBundleReader.RES_GET_INT(resource); in getInt()
362 static int RES_GET_INT(int res) { in RES_GET_INT() method in ICUResourceBundleReader835 return RES_GET_INT(res); in getInt()
87 return ICUResourceBundleReader.RES_GET_INT(resource); in getInt()
360 static int RES_GET_INT(int res) { in RES_GET_INT() method in ICUResourceBundleReader833 return RES_GET_INT(res); in getInt()