Home | History | Annotate | Download | only in intl

Lines Matching refs:nstr

755 	  nls_uint32 nstr =
758 if (nstr == 0)
762 nstr--;
764 /* Compare msgid with the original string at index nstr.
767 if (nstr < nstrings
768 ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len
771 domain->orig_tab[nstr].offset))
773 : domain->orig_sysdep_tab[nstr - nstrings].length > len
775 domain->orig_sysdep_tab[nstr - nstrings].pointer)
778 act = nstr;