Searched refs:UBIDI_GET_MIRROR_DELTA (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.h125 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) macro
127 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA_SHIFT)|0xe000) : ((props)>>UBIDI_MIRROR_DELTA_SHIFT)) macro
H A Dubidi_props.c145 int32_t delta=UBIDI_GET_MIRROR_DELTA(props);
/external/icu/icu4c/source/common/
H A Dubidi_props.h125 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) macro
127 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA_SHIFT)|0xe000) : ((props)>>UBIDI_MIRROR_DELTA_SHIFT)) macro
H A Dubidi_props.c145 int32_t delta=UBIDI_GET_MIRROR_DELTA(props);

Completed in 1153 milliseconds