Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c4503 #define NEWLINE_CODE 0x0a in parse_char_class() macro
4505 if (ONIGENC_IS_CODE_NEWLINE(env->enc, NEWLINE_CODE)) { in parse_char_class()
4506 if (ONIGENC_CODE_TO_MBCLEN(env->enc, NEWLINE_CODE) == 1) in parse_char_class()
4507 BITSET_SET_BIT(cc->bs, NEWLINE_CODE); in parse_char_class()
4509 add_code_range(&(cc->mbuf), env, NEWLINE_CODE, NEWLINE_CODE); in parse_char_class()

Completed in 34 milliseconds