Searched refs:ubidi_getJoiningType (Results 1 – 6 of 6) sorted by relevance
62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
205 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningType() function
345 return ubidi_getJoiningType(GET_BIDI_PROPS(), c); in getJoiningType()
1149 UJoiningType type=ubidi_getJoiningType(bdp, c); in isLabelOkContextJ()1167 UJoiningType type=ubidi_getJoiningType(bdp, c); in isLabelOkContextJ()
224 ubidi_props # for u_charDirection() & ubidi_getJoiningType()
431 #define ubidi_getJoiningType U_ICU_ENTRY_POINT_RENAME(ubidi_getJoiningType) macro