Searched refs:ubidi_getMirror (Results 1 – 4 of 4) sorted by relevance
142 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror() function219 return ubidi_getMirror(&ubidi_props_singleton, c); in u_charMirror()
52 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
450 #define ubidi_getMirror U_ICU_ENTRY_POINT_RENAME(ubidi_getMirror) macro
3116 if(0x2215!=ubidi_getMirror(bdp, 0x29F5)) { /* verify some data */ in TestUBiDiProps()