Home | History | Annotate | Download | only in common

Lines Matching defs:UBiDiProps

32 struct UBiDiProps;
33 typedef struct UBiDiProps UBiDiProps;
35 U_CFUNC const UBiDiProps *
39 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
71 ubidi_getPairedBracket(const UBiDiProps *bdp, UChar32 c);