Lines Matching refs:first
1130 long first; member
1143 if (c < table[0].first) in intable()
1154 else if (table[mid].first > c) in intable()
2793 unsigned int first; in utf_class_buf() member
2895 else if (classes[mid].first > (unsigned int)c) in utf_class_buf()
3974 int first = 0; 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()
3985 first = mid + 1; in utf_allow_break_before()
3990 return cc != BOL_prohibition_punct[first]; in utf_allow_break_before()
4024 int first = 0; 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()
4035 first = mid + 1; in utf_allow_break_after()
4040 return cc != EOL_prohibition_punct[first]; in utf_allow_break_after()
5455 long first; member
5476 if (c < cw_table[0].first) in cw_value()
5487 else if (cw_table[mid].first > c) in cw_value()
5617 table[item].first = n1; in f_setcellwidths()