Lines Matching refs:IMM2_SIZE
98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
253 cc += 2 + IMM2_SIZE; in find_minlength()
261 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
262 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
325 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
326 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
367 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
431 cc += 1 + 2*IMM2_SIZE; in find_minlength()
465 cc += 1 + IMM2_SIZE; in find_minlength()
493 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1064 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf); in set_start_bits()
1070 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf); in set_start_bits()
1076 tcode += IMM2_SIZE; in set_start_bits()
1087 tcode += IMM2_SIZE; in set_start_bits()
1209 tcode += 1 + IMM2_SIZE; in set_start_bits()
1218 tcode += IMM2_SIZE; /* Fall through */ in set_start_bits()
1407 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE; in set_start_bits()