Lines Matching refs:last
1131 long last; member
1152 if (table[mid].last < c) in intable()
2794 unsigned int last; in utf_class_buf() member
2893 if (classes[mid].last < (unsigned int)c) in utf_class_buf()
3975 int last = ARRAY_LENGTH(BOL_prohibition_punct) - 1; in utf_allow_break_before() local
3978 while (first < last) in utf_allow_break_before()
3980 mid = (first + last)/2; in utf_allow_break_before()
3987 last = mid - 1; in utf_allow_break_before()
4025 int last = ARRAY_LENGTH(EOL_prohibition_punct) - 1; in utf_allow_break_after() local
4028 while (first < last) in utf_allow_break_after()
4030 mid = (first + last)/2; in utf_allow_break_after()
4037 last = mid - 1; in utf_allow_break_after()
5456 long last; member
5485 if (cw_table[mid].last < c) in cw_value()
5610 if (item > 0 && n1 <= table[item - 1].last) in f_setcellwidths()
5619 table[item].last = lili->li_tv.vval.v_number; in f_setcellwidths()