Searched refs:UBIDI_CLASS_MASK (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.h115 #define UBIDI_CLASS_MASK 0x0000001f macro
121 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
H A Dubidi_props.c119 return (max&UBIDI_CLASS_MASK);
/external/icu/icu4c/source/common/
H A Dubidi_props.h115 #define UBIDI_CLASS_MASK 0x0000001f macro
121 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
H A Dubidi_props.c119 return (max&UBIDI_CLASS_MASK);

Completed in 1224 milliseconds