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.cpp142 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); in ubidi_isMirrored()
186 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); in ubidi_isBidiControl()
192 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); in ubidi_isJoinControl()
Dubidi_props.h120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) macro