Home | History | Annotate | Download | only in cctest

Lines Matching refs:block_start

1482   int block_start = 0;
1483 while (block_start <= 0xFFFF) {
1484 uc32 block_end = CanonRangeEnd(block_start);
1485 unsigned block_length = block_end - block_start + 1;
1488 int first_length = un_canonicalize.get(block_start, '\0', first);
1491 int succ_length = un_canonicalize.get(block_start + i, '\0', succ);
1500 block_start = block_start + block_length;