Searched refs:target_cs (Results 1 – 1 of 1) sorted by relevance
10946 int target_cs = -1; in HText_SubmitForm() local11020 target_cs = find_best_target_cs(&thisform->thisacceptcs, in HText_SubmitForm()11029 target_cs = find_best_target_cs(&thisform->thisacceptcs, in HText_SubmitForm()11033 if (have_accept_cs && (target_cs >= 0) && thisform->thisacceptcs) { in HText_SubmitForm()11037 if (target_cs < 0 && in HText_SubmitForm()11039 target_cs = UCGetLYhndl_byMIME(HTMainText->node_anchor->charset); in HText_SubmitForm()11040 if (target_cs >= 0) { in HText_SubmitForm()11043 target_cs = UCLYhndl_for_unspec; /* always >= 0 */ in HText_SubmitForm()11044 target_csname = LYCharSet_UC[target_cs].MIMEname; in HText_SubmitForm()11047 if (target_cs < 0) { in HText_SubmitForm()[all …]