Home
last modified time | relevance | path

Searched refs:is_single (Results 1 – 1 of 1) sorted by path

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c5891 int is_single; in add_ctype_to_cc() local
5913 is_single = ONIGENC_IS_SINGLEBYTE(enc); in add_ctype_to_cc()
5930 if (is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) { in add_ctype_to_cc()
5936 if (is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) in add_ctype_to_cc()
5940 if (is_single == 0) in add_ctype_to_cc()
5945 if (is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) { in add_ctype_to_cc()
5959 if ((is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) in add_ctype_to_cc()
5964 if (is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) in add_ctype_to_cc()
5967 if (ascii_mode != 0 && is_single == 0) in add_ctype_to_cc()
5972 if ((is_single != 0 || ONIGENC_CODE_TO_MBCLEN(enc, c) == 1) in add_ctype_to_cc()
[all …]

Completed in 24 milliseconds