HomeSort by relevance Sort by last modified time
    Searched refs:UBIDI_GET_CLASS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ubidi_props.h 118 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
ubidi_props.c 132 return (UCharDirection)UBIDI_GET_CLASS(props);
  /external/icu/icu4c/source/common/
ubidi_props.h 121 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
ubidi_props.c 134 return (UCharDirection)UBIDI_GET_CLASS(props);

Completed in 183 milliseconds