HomeSort by relevance Sort by last modified time
    Searched defs:RES_GET_INT (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
uresdata.h 71 # define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L)
73 # define RES_GET_INT(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ffffff)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 26 milliseconds