HomeSort by relevance Sort by last modified time
    Searched defs:UBIDI_CLASS_MASK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ubidi_props.h 113 #define UBIDI_CLASS_MASK 0x0000001f
118 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
  /external/icu4c/common/
ubidi_props.h 108 #define UBIDI_CLASS_MASK 0x0000001f
113 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)

Completed in 123 milliseconds