Home
last modified time | relevance | path

Searched defs:UBIDI_GET_MIRROR_DELTA (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
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… macro
/external/chromium_org/third_party/icu/source/common/
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… macro