Searched refs:UBIDI_GET_CLASS (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ | ||
D | ubidi_props.h | 113 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) macro |
D | ubidi_props.c | 132 return (UCharDirection)UBIDI_GET_CLASS(props); in ubidi_getClass() |