Home
last modified time | relevance | path

Searched refs:UBIDI_GET_FLAG (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dubidi_props.c153 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored()
197 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); in ubidi_isBidiControl()
203 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); in ubidi_isJoinControl()
Dubidi_props.h126 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) macro