Searched refs:CHAR_DOLLAR_SIGN (Results 1 - 8 of 8) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_substitute.c105 else if (*ptr == CHAR_DOLLAR_SIGN)
415 if (*ptr == CHAR_DOLLAR_SIGN)
430 if ((next = *ptr) == CHAR_DOLLAR_SIGN) goto LOADLITERAL;
H A Dpcre2_xclass.c199 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
H A Dpcre2_tables.c76 CHAR_DOLLAR_SIGN, CHAR_LEFT_CURLY_BRACKET, 0 };
81 CHAR_DOLLAR_SIGN, CHAR_RIGHT_CURLY_BRACKET, 0 };
H A Dpcre2_dfa_match.c1083 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
1341 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
1593 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
1870 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
H A Dpcre2_internal.h697 #define CHAR_DOLLAR_SIGN '$' macro
966 #define CHAR_DOLLAR_SIGN '\044' macro
H A Dpcre2_match.c2713 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
4420 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
5179 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
5686 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT ||
H A Dpcre2_compile.c4202 case CHAR_DOLLAR_SIGN:
H A Dpcre2_jit_compile.c5930 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_DOLLAR_SIGN - charoffset));

Completed in 106 milliseconds