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

  /external/pcre/dist/
pcre_internal.h     [all...]
pcre_dfa_exec.c 115 static const pcre_uint8 coptable[] = { variable
711 if (coptable[codevalue] > 0)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
717 d = code[coptable[codevalue]];
748 time error if the vectors coptable or poptable, which are indexed by
755 ((sizeof(coptable) == OP_TABLE_LENGTH) &&
    [all...]

Completed in 205 milliseconds