/*
*
- * (C) Copyright IBM Corp. 1998-2015 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2016 - All Rights Reserved
*
*/
ia = glyphStorage.getCharIndex(firstGlyph, success);
x = firstGlyph + 1;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 1;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
x = firstGlyph + 2;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
x = firstGlyph + 2;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x > firstGlyph) {
+ while (x > (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x > firstGlyph) {
+ while (x > (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = firstGlyph + 2;
- while (x < lastGlyph) {
+ while (x < (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = firstGlyph + 2;
- while (x < lastGlyph) {
+ while (x < (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
/*
*
- * (C) Copyright IBM Corp. and others 1998-2015 - All Rights Reserved
+ * (C) Copyright IBM Corp. and others 1998-2016 - All Rights Reserved
*
*/
ia = glyphStorage.getCharIndex(firstGlyph, success);
x = firstGlyph + 1;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 1;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
x = firstGlyph + 2;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
x = firstGlyph + 2;
- while (x <= lastGlyph) {
+ while (x <= (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x >= firstGlyph) {
+ while (x >= (int32_t)firstGlyph) {
glyphStorage[x + 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x > firstGlyph) {
+ while (x > (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = lastGlyph - 2;
- while (x > firstGlyph) {
+ while (x > (int32_t)firstGlyph) {
glyphStorage[x + 1] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x + 1, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = firstGlyph + 2;
- while (x < lastGlyph) {
+ while (x < (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);
id = glyphStorage.getCharIndex(lastGlyph, success);
x = firstGlyph + 2;
- while (x < lastGlyph) {
+ while (x < (int32_t)lastGlyph) {
glyphStorage[x - 2] = glyphStorage[x];
ix = glyphStorage.getCharIndex(x, success);
glyphStorage.setCharIndex(x - 2, ix, success);