Searched refs:PL_strict_utf8_dfa_tab (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dinline.h1668 PERL_IS_UTF8_CHAR_DFA(s0, e, PL_strict_utf8_dfa_tab,
1675 * case of PL_strict_utf8_dfa_tab, this means the input is either
2450 * Perl adaptation is documented at the definition of PL_strict_utf8_dfa_tab[].
2473 type = PL_strict_utf8_dfa_tab[*s];
2481 UV state = PL_strict_utf8_dfa_tab[256 + type];
2485 type = PL_strict_utf8_dfa_tab[*s];
2486 state = PL_strict_utf8_dfa_tab[256 + state + type];
H A Debcdic_tables.h337 EXTCONST U16 PL_strict_utf8_dfa_tab[624]; variable
339 EXTCONST U16 PL_strict_utf8_dfa_tab[624] = { variable
715 EXTCONST U16 PL_strict_utf8_dfa_tab[624]; variable
717 EXTCONST U16 PL_strict_utf8_dfa_tab[624] = { variable
H A Dperl.h6638 EXTCONST U8 PL_strict_utf8_dfa_tab[] = { variable
6827 EXTCONST U8 PL_strict_utf8_dfa_tab[]; variable

Completed in 210 milliseconds