Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c842 #define IS_CONTROL_CR_LF(code) ((code) <= EGCB_Control && (code) >= EGCB_CR) macro
861 if (IS_CONTROL_CR_LF(from)) return EGCB_BREAK; in unicode_egcb_is_break_2code()
863 if (IS_CONTROL_CR_LF(to)) return EGCB_BREAK; in unicode_egcb_is_break_2code()

Completed in 7 milliseconds