Home | History | Annotate | Download | only in intl

Lines Matching refs:nstr

760 	  nls_uint32 nstr =
763 if (nstr == 0)
767 nstr--;
769 /* Compare msgid with the original string at index nstr.
772 if (nstr < nstrings
773 ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len
776 domain->orig_tab[nstr].offset))
778 : domain->orig_sysdep_tab[nstr - nstrings].length > len
780 domain->orig_sysdep_tab[nstr - nstrings].pointer)
783 act = nstr;