Searched defs:UCASE_GET_DELTA (Results 1 – 1 of 1) sorted by relevance
377 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro379 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00… macro