Searched refs:nls_uint32 (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
H A Dgmo.h56 typedef unsigned nls_uint32; typedef
59 typedef unsigned short nls_uint32; typedef
62 typedef unsigned long nls_uint32; typedef
76 nls_uint32 magic;
78 nls_uint32 revision;
83 nls_uint32 nstrings;
85 nls_uint32 orig_tab_offset;
87 nls_uint32 trans_tab_offset;
89 nls_uint32 hash_tab_size;
91 nls_uint32 hash_tab_offse
[all...]
H A DgettextP.h35 #include "gmo.h" /* Get nls_uint32. */
62 static inline nls_uint32
64 nls_uint32 i;
95 nls_uint32 nstrings;
102 nls_uint32 n_sysdep_strings;
109 nls_uint32 hash_size;
111 const nls_uint32 *hash_tab;
H A Dloadmsgcat.c1047 ? (const nls_uint32 *)
1063 nls_uint32 n_sysdep_strings;
1073 nls_uint32 n_sysdep_segments;
1076 const nls_uint32 *orig_sysdep_tab;
1077 const nls_uint32 *trans_sysdep_tab;
1078 nls_uint32 n_inmem_sysdep_strings;
1083 nls_uint32 *inmem_hash_tab;
1099 nls_uint32 namelen =
1111 orig_sysdep_tab = (const nls_uint32 *)
1114 trans_sysdep_tab = (const nls_uint32 *)
[all...]
H A Ddcigettext.c729 nls_uint32 nstrings;
748 nls_uint32 len = strlen (msgid);
749 nls_uint32 hash_val = hash_string (msgid);
750 nls_uint32 idx = hash_val % domain->hash_size;
751 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
755 nls_uint32 nstr =

Completed in 58 milliseconds