Lines Matching refs:ce

346 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s)  in ccl_member()  argument
354 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member()
363 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument
371 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member()
432 wchar_t cs, ce; in cgotofn() local
498 ce = HAT - 1; in cgotofn()
500 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
503 ns, cs, ne, ce); in cgotofn()
507 ssyms[ssmax].cc_ce = ce; in cgotofn()
511 ce = WC_VERY_LARGE; in cgotofn()
513 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
516 ns, cs, ne, ce); in cgotofn()
520 ssyms[ssmax].cc_ce = ce; in cgotofn()
625 ce = HAT - 1; in cgotofn()
627 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
629 ! ccln_member(ns, cs, ne, ce, in cgotofn()
634 ne, ce); in cgotofn()
638 ssyms[ssmax].cc_ce = ce; in cgotofn()
642 ce = WC_VERY_LARGE; in cgotofn()
644 if (! ccln_member(ns, cs, ne, ce, in cgotofn()
646 ! ccln_member(ns, cs, ne, ce, in cgotofn()
651 ne, ce); in cgotofn()
655 ssyms[ssmax].cc_ce = ce; in cgotofn()
723 ce = ssyms[j].cc_ce; in cgotofn()
724 dprintf("j = %d, cs = %o, ce = %o\n", j, cs, ce); in cgotofn()
725 symax = delete_table(symbol, symax, ns, cs, ne, ce); in cgotofn()
732 if (k == CHAR && ns == ne && cs == ce && in cgotofn()
735 ccl_member(ns, cs, ne, ce, in cgotofn()
738 !ccl_member(ns, cs, ne, ce, in cgotofn()
759 s, cs, ce); in cgotofn()
764 fatab[ind].cc.cc_ce = ce; in cgotofn()
770 s, cs, ce); in cgotofn()
776 fatab[ind].cc.cc_ce = ce; in cgotofn()
828 int ne, wchar_t ce) in insert_table() argument
840 dprintf("Inserting {%o, %o} to table %o\n", cs, ce, table_base); in insert_table()
849 if (MLCMPLT(ne, ce, tns, (tcs - 1))) { in insert_table()
863 table->cc_ce = ce; in insert_table()
867 ce = tce; in insert_table()
879 if (MLCMPLE(ne, ce, tne, tce)) { in insert_table()
893 table->cc_ce = ce; in insert_table()
908 table->cc_ce = ce; in insert_table()
921 if (MLCMPLT(ne, ce, table->cc_ns, (table->cc_cs - 1))) { in insert_table()
924 if (MLCMPLE(table->cc_ns, (table->cc_cs - 1), ne, ce) && in insert_table()
925 MLCMPLE(ne, ce, table->cc_ne, (table->cc_ce + 1))) { in insert_table()
929 if (MLCMPLT(ne, ce, table->cc_ne, table->cc_ce)) { in insert_table()
931 ce = table->cc_ce; in insert_table()
941 saved_table->cc_ce = ce; in insert_table()
966 int ne, wchar_t ce) in delete_table() argument
985 if (MLCMPLT(ne, ce, tns, tcs)) in delete_table()
987 else if (MLCMPLT(ne, ce, tne, tce)) { in delete_table()
993 table->cc_cs = ce + 1; in delete_table()
1001 table->cc_cs = ce + 1; in delete_table()
1009 ce = table->cc_ce; in delete_table()
1017 tce = ce; in delete_table()
1038 if (MLCMPLT(ne, ce, in delete_table()
1046 ne, ce)) { in delete_table()
1051 table->cc_cs = ce + 1; in delete_table()
1098 wchar_t c, cs, ce; in match() local
1107 ce = (pfa)->cc.s.cc_ce; in match()
1112 MLCMPLE(n, c, ne, ce)) { in match()
1129 ce = (pfa)->cc.s.cc_ce; in match()
1130 if (MLCMPLE(ns, cs, n, c) && MLCMPLE(n, c, ne, ce)) in match()