Searched refs:ubidi_isBidiControl (Results 1 – 4 of 4) sorted by relevance
56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
193 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl() function
63 return ubidi_isBidiControl(GET_BIDI_PROPS(), c); in isBidiControl()
458 #define ubidi_isBidiControl U_ICU_ENTRY_POINT_RENAME(ubidi_isBidiControl) macro