Home | History | Annotate | Download | only in intl

Lines Matching refs:act

735   size_t act;
783 act = nstr;
806 act = (bottom + top) / 2;
809 domain->orig_tab[act].offset)));
811 top = act;
813 bottom = act + 1;
822 /* The translation was found at index ACT. If we have to convert the
824 if (act < nstrings)
827 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
828 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1;
832 result = (char *) domain->trans_sysdep_tab[act - nstrings].pointer;
833 resultlen = domain->trans_sysdep_tab[act - nstrings].length;
878 if (domain->conv_tab[act] == NULL)
1009 domain->conv_tab[act] = (char *) freemem;
1019 /* Now domain->conv_tab[act] contains the translation of all
1021 result = domain->conv_tab[act] + sizeof (size_t);
1022 resultlen = *(size_t *) domain->conv_tab[act];