Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c559 #define IS_WB_AHLetter(t) ((t) == WB_ALetter || (t) == WB_Hebrew_Letter) macro
648 if (IS_WB_AHLetter(from)) { in onigenc_wb_is_break_position()
650 if (IS_WB_AHLetter(to)) return FALSE; in onigenc_wb_is_break_position()
656 if (IS_WB_AHLetter(to2)) return FALSE; in onigenc_wb_is_break_position()
663 if (IS_WB_AHLetter(to)) { in onigenc_wb_is_break_position()
673 if (IS_WB_AHLetter(from2)) return FALSE; in onigenc_wb_is_break_position()
711 if (IS_WB_AHLetter(from)) return FALSE; in onigenc_wb_is_break_position()
730 if (IS_WB_AHLetter(to)) return FALSE; in onigenc_wb_is_break_position()
745 if (IS_WB_AHLetter(from) || from == WB_Numeric || from == WB_Katakana in onigenc_wb_is_break_position()
752 if (IS_WB_AHLetter(to) || to == WB_Numeric || to == WB_Katakana) in onigenc_wb_is_break_position()

Completed in 9 milliseconds