Searched refs:EGCB_NOT_BREAK (Results 1 – 1 of 1) sorted by relevance
783 EGCB_NOT_BREAK = 0, enumerator859 if (from == EGCB_CR && to == EGCB_LF) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()867 if (from == EGCB_L && to != EGCB_T) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()870 && (to == EGCB_V || to == EGCB_T)) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()874 return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()880 if (to == EGCB_Extend || to == EGCB_ZWJ) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()883 if (to == EGCB_SpacingMark) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()885 if (from == EGCB_Prepend) return EGCB_NOT_BREAK; in unicode_egcb_is_break_2code()938 case EGCB_NOT_BREAK: in onigenc_egcb_is_break_position()
Completed in 7 milliseconds