Home
last modified time | relevance | path

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

/external/icu4c/common/
Dubidi_props.c138 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored()
177 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); in ubidi_isBidiControl()
183 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); in ubidi_isJoinControl()
Dubidi_props.h119 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) macro