Lines Matching defs:mirror
102 Logically, this is a two-column table with source and mirror code points.
105 mirror code point is also a source code point
106 (each of them is a mirror of the other).
110 The table stores source code points, and also for each the index of its mirror
113 31..21 index to mirror code point (unsigned)
180 int32_t encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror, UErrorCode &errorCode);
229 BiDiPropsBuilder::encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror,
231 if(U_FAILURE(errorCode) || mirror<0) {
238 (long)src, (long)end, (long)mirror);
242 int32_t delta=mirror-src;
261 mirrors[mirrorTop][1]=(uint32_t)mirror;
344 * by putting the index to the mirror entry into the source entry
347 * find each mirror code point in the source column and set each other's indexes
354 uint32_t c=mirrors[i][1]; /* mirror code point */
359 /* search for the mirror code point in the source column */
375 "genprops error: bidi mirror does not roundtrip - %04lx->%04lx->?\n",
381 * found the mirror code point c in the source column,