Lines Matching full:shape
1194 unsigned int Shape;
1238 /* If high byte of currLink > 0 then more than one shape */
1283 * get the proper shape according to link ability of neighbors
1287 Shape = shapeTable[nextLink & (LINKR + LINKL)]
1292 Shape &= 1;
1297 Shape = 1;
1299 Shape = 0;
1303 Shape = 0;
1312 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape;
1315 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape);
1317 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape);
1662 * "shape" the digits in-place.