HomeSort by relevance Sort by last modified time
    Searched full:cbit_word (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/
pcre_maketables.c 119 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7);
120 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
pcre_study.c 1148 set_nottype_bits(start_bits, cbit_word, table_limit, cd);
1153 set_type_bits(start_bits, cbit_word, table_limit, cd);
    [all...]
pcre_compile.c 308 cbit_word, cbit_digit, -2, /* alpha */
311 cbit_word, -1, 2, /* alnum - word without underscore */
320 cbit_word, -1, 0, /* word - a Perl extension */
    [all...]
pcre_internal.h 2584 #define cbit_word macro
    [all...]
pcre_jit_compile.c     [all...]

Completed in 217 milliseconds