Searched refs:seq_max (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
| H A D | Normalize.xs | 259 STRLEN seq_max = CC_SEQ_SIZE; in pv_utf8_reorder() local 273 if (seq_max < cc_pos + 1) { /* extend if need */ in pv_utf8_reorder() 274 seq_max = cc_pos + CC_SEQ_STEP; /* new size */ in pv_utf8_reorder() 277 New(0, seq_ext, seq_max, UNF_cc); in pv_utf8_reorder() 282 Renew(seq_ext, seq_max, UNF_cc); in pv_utf8_reorder() 336 STRLEN seq_max = CC_SEQ_SIZE; in pv_utf8_compose() local 395 if (seq_max < cc_pos + 1) { /* extend if need */ in pv_utf8_compose() 396 seq_max = cc_pos + CC_SEQ_STEP; /* new size */ in pv_utf8_compose() 398 New(0, seq_ext, seq_max, UV); in pv_utf8_compose() 402 Renew(seq_ext, seq_max, UV); in pv_utf8_compose()
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/B/ |
| H A D | Concise.pm | 454 my $seq_max = 1; 459 $seq_max = 1; 539 $sequence_num{$$op} = $seq_max++;
|