Home
last modified time | relevance | path

Searched refs:CHAR_SPACE (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/internal/
Dconstants.js30 CHAR_SPACE: 32, /* */ property
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h383 CHAR_HT, CHAR_SPACE, CHAR_NBSP, \
408 case CHAR_SPACE: \
436 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
440 case CHAR_SPACE: \
685 #define CHAR_SPACE ' ' macro
982 #define CHAR_SPACE '\040' macro
Dpcre2_study.c1260 SET_BIT(CHAR_SPACE); in set_start_bits()
1399 SET_BIT(CHAR_SPACE); in set_start_bits()
Dpcre2_convert.c548 case 4: return c == CHAR_HT || c == CHAR_SPACE; in convert_glob_char_in_class()
Dpcre2_compile.c3388 (c == CHAR_SPACE || c == CHAR_HT)) /* Note: just these two */ in parse_regex()
3440 (c == CHAR_SPACE || c == CHAR_HT)) in parse_regex()
/third_party/node/lib/
Durl.js123 CHAR_SPACE,
346 case CHAR_SPACE:
/third_party/node/tools/lint-md/
Dlint-md.mjs18776 var CHAR_SPACE = 0x20; variable
18913 return c === CHAR_SPACE || c === CHAR_TAB;