Searched refs:ubidi_getMirror (Results 1 – 4 of 4) sorted by relevance
76 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
422 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror() function516 return ubidi_getMirror(bdp, c); in u_charMirror()
389 #define ubidi_getMirror ubidi_getMirror_3_8 macro
3122 if(0x2215!=ubidi_getMirror(bdp, 0x29F5)) { /* verify some data */ in TestUBiDiProps()