Searched refs:UCASE_DELTA_SHIFT (Results 1 – 1 of 1) sorted by relevance
371 #define UCASE_DELTA_SHIFT 7 macro377 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)379 …s) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_…