HomeSort by relevance Sort by last modified time
    Searched refs:cbit_space (Results 1 - 3 of 3) sorted by null

  /external/pcre/
pcre_maketables.c 109 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
pcre_study.c 795 /* The cbit_space table has vertical tab as whitespace; we have to
799 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
804 /* The cbit_space table has vertical tab as whitespace; we have to
809 set_type_bits(start_bits, cbit_space, table_limit, cd);
893 /* The cbit_space table has vertical tab as whitespace; we have to
897 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
901 /* The cbit_space table has vertical tab as whitespace; we have to
906 set_type_bits(start_bits, cbit_space, table_limit, cd);
pcre_compile.c 253 cbit_space, -1, 1, /* blank - a GNU extension */
259 cbit_space, -1, 0, /* space */
    [all...]

Completed in 294 milliseconds