Searched refs:CHAR_LEFT_SQUARE_BRACKET (Results 1 – 6 of 6) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_convert.c | 208 if (c == CHAR_LEFT_SQUARE_BRACKET) in convert_posix() 228 case CHAR_LEFT_SQUARE_BRACKET: in convert_posix() 237 if (posix[0] == CHAR_LEFT_SQUARE_BRACKET && in convert_posix() 454 out->out_str[0] = CHAR_LEFT_SQUARE_BRACKET; in convert_glob_print_wildcard() 610 out->out_str[0] = CHAR_LEFT_SQUARE_BRACKET; in convert_glob_parse_range() 627 convert_glob_write(out, CHAR_LEFT_SQUARE_BRACKET); in convert_glob_parse_range() 669 if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range() 702 else if (c == CHAR_LEFT_SQUARE_BRACKET && *pattern == CHAR_COLON) in convert_glob_parse_range() 733 if (c == CHAR_LEFT_SQUARE_BRACKET || c == CHAR_RIGHT_SQUARE_BRACKET || in convert_glob_parse_range() 984 if (c == CHAR_LEFT_SQUARE_BRACKET) in convert_glob()
|
D | pcre2_internal.h | 745 #define CHAR_LEFT_SQUARE_BRACKET '[' macro 1042 #define CHAR_LEFT_SQUARE_BRACKET '\133' macro
|
D | pcre2_compile.c | 533 -ESC_Z, CHAR_LEFT_SQUARE_BRACKET, 2304 else if ((*ptr == CHAR_LEFT_SQUARE_BRACKET && ptr[1] == terminator) || in check_posix_syntax() 3314 case CHAR_LEFT_SQUARE_BRACKET: in parse_regex() 3447 if (c == CHAR_LEFT_SQUARE_BRACKET && in parse_regex()
|
/third_party/node/lib/internal/ |
D | constants.js | 33 CHAR_LEFT_SQUARE_BRACKET: 91, /* [ */ property
|
/third_party/node/lib/ |
D | url.js | 123 CHAR_LEFT_SQUARE_BRACKET, 164 StringPrototypeCharCodeAt(hostname, 0) === CHAR_LEFT_SQUARE_BRACKET &&
|
/third_party/node/tools/ |
D | lint-md.mjs | 2060 CHAR_LEFT_SQUARE_BRACKET: 91, /* [ */ property 2179 CHAR_LEFT_SQUARE_BRACKET: CHAR_LEFT_SQUARE_BRACKET$2, /* [ */ 2387 if (code === CHAR_LEFT_SQUARE_BRACKET$2) { 5409 CHAR_LEFT_SQUARE_BRACKET: '[', /* [ */ property 5443 CHAR_LEFT_SQUARE_BRACKET: CHAR_LEFT_SQUARE_BRACKET$1, /* [ */ 5534 if (value === CHAR_LEFT_SQUARE_BRACKET$1) { 5541 if (next === CHAR_LEFT_SQUARE_BRACKET$1) { 11468 var CHAR_LEFT_SQUARE_BRACKET = 0x5B; /* [ */ variable 11671 && c !== CHAR_LEFT_SQUARE_BRACKET 11696 && c !== CHAR_LEFT_SQUARE_BRACKET
|