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

  /external/icu4c/common/
ubidi_props.h 113 #define UBIDI_CLASS_MASK 0x0000001f
118 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
ubidi_props.c 119 return (max&UBIDI_CLASS_MASK);
  /external/icu4c/tools/genbidi/
genbidi.c 582 upvec_setValue(pv, start, end, 0, (uint32_t)defaultBidi[i][2], UBIDI_CLASS_MASK, pErrorCode);
621 upvec_setValue(pv, start, end, 0, value, UBIDI_CLASS_MASK, pErrorCode);

Completed in 171 milliseconds