Lines Matching refs:ce

348 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s)  in ccl_member()  argument
356 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member()
365 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument
373 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member()
434 wchar_t cs, ce; in cgotofn() local
500 ce = HAT - 1; in cgotofn()
502 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
505 ns, cs, ne, ce); in cgotofn()
509 ssyms[ssmax].cc_ce = ce; in cgotofn()
513 ce = WC_VERY_LARGE; in cgotofn()
515 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
518 ns, cs, ne, ce); in cgotofn()
522 ssyms[ssmax].cc_ce = ce; in cgotofn()
627 ce = HAT - 1; in cgotofn()
629 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
631 ! ccln_member(ns, cs, ne, ce, in cgotofn()
636 ne, ce); in cgotofn()
640 ssyms[ssmax].cc_ce = ce; in cgotofn()
644 ce = WC_VERY_LARGE; in cgotofn()
646 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
648 ! ccln_member(ns, cs, ne, ce, in cgotofn()
653 ne, ce); in cgotofn()
657 ssyms[ssmax].cc_ce = ce; in cgotofn()
725 ce = ssyms[j].cc_ce; in cgotofn()
726 dprintf("j = %d, cs = %o, ce = %o\n", j, cs, ce); in cgotofn()
727 symax = delete_table(symbol, symax, ns, cs, ne, ce); in cgotofn()
734 if (k == CHAR && ns == ne && cs == ce && in cgotofn()
737 ccl_member(ns, cs, ne, ce, in cgotofn()
740 !ccl_member(ns, cs, ne, ce, in cgotofn()
761 s, cs, ce); in cgotofn()
766 fatab[ind].cc.cc_ce = ce; in cgotofn()
772 s, cs, ce); in cgotofn()
778 fatab[ind].cc.cc_ce = ce; in cgotofn()
830 int ne, wchar_t ce) in insert_table() argument
842 dprintf("Inserting {%o, %o} to table %o\n", cs, ce, table_base); in insert_table()
851 if (MLCMPLT(ne, ce, tns, (tcs - 1))) { in insert_table()
865 table->cc_ce = ce; in insert_table()
869 ce = tce; in insert_table()
881 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table()
895 table->cc_ce = ce; in insert_table()
910 table->cc_ce = ce; in insert_table()
923 if (MLCMPLT(ne, ce, table->cc_ns, (table->cc_cs - 1))) { in insert_table()
926 if (MLCMPLE(table->cc_ns, (table->cc_cs - 1), ne, ce) && in insert_table()
927 MLCMPLE(ne, ce, table->cc_ne, (table->cc_ce + 1))) { in insert_table()
931 if (MLCMPLT(ne, ce, table->cc_ne, table->cc_ce)) { in insert_table()
933 ce = table->cc_ce; in insert_table()
943 saved_table->cc_ce = ce; in insert_table()
968 int ne, wchar_t ce) in delete_table() argument
987 if (MLCMPLT(ne, ce, tns, tcs)) in delete_table()
989 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table()
995 table->cc_cs = ce + 1; in delete_table()
1003 table->cc_cs = ce + 1; in delete_table()
1011 ce = table->cc_ce; in delete_table()
1019 tce = ce; in delete_table()
1040 if (MLCMPLT(ne, ce, in delete_table()
1048 ne, ce)) { in delete_table()
1053 table->cc_cs = ce + 1; in delete_table()
1100 wchar_t c, cs, ce; in match() local
1109 ce = (pfa)->cc.s.cc_ce; in match()
1114 MLCMPLE(n, c, ne, ce)) { in match()
1131 ce = (pfa)->cc.s.cc_ce; in match()
1132 if (MLCMPLE(ns, cs, n, c) && MLCMPLE(n, c, ne, ce)) in match()