Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidi_props.h113 #define UBIDI_CLASS_MASK 0x0000001f macro
119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
Dubidi_props.cpp121 return (max&UBIDI_CLASS_MASK); in ubidi_getMaxValue()