Home
last modified time | relevance | path

Searched defs:RES_GET_INT (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Duresdata.h71 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro
73 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Duresdata.h74 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro
76 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Duresdata.h74 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro
76 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Duresdata.h74 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro
76 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Duresdata.h72 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) macro
74 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff) macro