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

  /external/pcre/dist2/src/
pcre2_newline.c 46 only NLTYPE_FIXED, which gets handled without these functions, NLTYPE_ANYCRLF,
64 when the newline type is NLTYPE_ANY or NLTYPE_ANYCRLF. The case of a fixed
91 if (type == NLTYPE_ANYCRLF) switch(c)
154 when the newline type is NLTYPE_ANY or NLTYPE_ANYCRLF. The case of a fixed
187 if (type == NLTYPE_ANYCRLF) switch(c)
pcre2_internal.h 494 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]
pcre2_compile.c     [all...]

Completed in 863 milliseconds