Home | History | Annotate | Download | only in common

Lines Matching defs:UBiDiProps

30 struct UBiDiProps {
44 /* UBiDiProps singleton ----------------------------------------------------- */
46 U_CFUNC const UBiDiProps *
62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
132 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
138 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
176 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
182 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) {
188 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) {
194 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) {
200 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) {
213 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c) {
219 ubidi_getPairedBracket(const UBiDiProps *bdp, UChar32 c) {