Lines Matching refs:inc
1 // © 2017 and later: Unicode, Inc. and others.
937 int32_t inc = SMALL_DATA_BLOCKS_PER_BMP_BLOCK;
938 for (int32_t i = 0; i < iLimit; i += inc) {
941 inc = 1;
958 if (inc > 1) {
961 int32_t next_i = i + inc;
980 int32_t other = allSameBlocks.findOrAdd(i, inc, value);
992 allSameBlocks.add(i, inc, value);
999 allSameBlocks.add(j, jInc + inc, value);
1107 int32_t inc = SMALL_DATA_BLOCKS_PER_BMP_BLOCK;
1109 for (int32_t i = ASCII_I_LIMIT; i < iLimit; i += inc) {
1112 inc = 1;