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

  /external/pcre/dist2/src/
pcre2_convert.c 217 if (c == CHAR_BACKSLASH) PUTCHARS(STR_BACKSLASH);
278 case CHAR_BACKSLASH:
436 convert_glob_write(out, CHAR_BACKSLASH);
618 out->out_str[len] = CHAR_BACKSLASH;
634 out->out_str[0] = CHAR_BACKSLASH;
734 c == CHAR_BACKSLASH || c == CHAR_MINUS)
735 convert_glob_write(out, CHAR_BACKSLASH);
842 out.out_str[0] = CHAR_BACKSLASH;
887 out.out_str[3] = CHAR_BACKSLASH;
1003 convert_glob_write(&out, CHAR_BACKSLASH);
    [all...]
pcre2_context.c 198 CHAR_BACKSLASH, /* Default path separator */
202 CHAR_BACKSLASH /* Default escape character */
460 if (separator != CHAR_SLASH && separator != CHAR_BACKSLASH &&
pcre2_substitute.c 90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E)
114 else if (*ptr == CHAR_BACKSLASH)
434 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E)
729 *ptr == CHAR_BACKSLASH)
pcre2_compile.c 513 CHAR_BACKSLASH, CHAR_RIGHT_SQUARE_BRACKET,
    [all...]
  /external/libxml2/
trio.c 430 #define CHAR_BACKSLASH '\\'
    [all...]

Completed in 87 milliseconds