Home
last modified time | relevance | path

Searched refs:RES_GET_INT_NO_TRACE (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
Duresdata.h76 # define RES_GET_INT_NO_TRACE(res) (((int32_t)((res)<<4L))>>4L) macro
78 # define RES_GET_INT_NO_TRACE(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ff… macro
503 return RES_GET_INT_NO_TRACE(res); in res_getInt()
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.h76 # define RES_GET_INT_NO_TRACE(res) (((int32_t)((res)<<4L))>>4L) macro
78 # define RES_GET_INT_NO_TRACE(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ff… macro
503 return RES_GET_INT_NO_TRACE(res); in res_getInt()
/third_party/node/deps/icu-small/source/common/
Duresdata.h76 # define RES_GET_INT_NO_TRACE(res) (((int32_t)((res)<<4L))>>4L) macro
78 # define RES_GET_INT_NO_TRACE(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ff… macro
505 return RES_GET_INT_NO_TRACE(res); in res_getInt()