Home | History | Annotate | Download | only in cctest

Lines Matching refs:block_start

1628   int block_start = 0;
1629 while (block_start <= 0xFFFF) {
1630 uc32 block_end = CanonRangeEnd(block_start);
1631 unsigned block_length = block_end - block_start + 1;
1634 int first_length = un_canonicalize.get(block_start, '\0', first);
1637 int succ_length = un_canonicalize.get(block_start + i, '\0', succ);
1646 block_start = block_start + block_length;