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

  /external/pcre/
pcre_newline.c 132 BACKCHAR(ptr);
pcre_exec.c     [all...]
pcre_internal.h 412 not used when UTF-8 is not supported, so it is not defined, and BACKCHAR should
423 /* #define BACKCHAR(eptr) */
572 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr--
    [all...]
pcre_dfa_exec.c     [all...]

Completed in 266 milliseconds