Home
last modified time | relevance | path

Searched refs:hash_tab_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-mo.c309 header.hash_tab_offset = GET_HEADER_FIELD (hash_tab_offset); in read_mo_file()
355 get_uint32 (&bf, header.hash_tab_offset + j * 4); in read_mo_file()
386 get_uint32 (&bf, header.hash_tab_offset + idx * 4); in read_mo_file()
Dwrite-mo.c447 header.hash_tab_offset = offset; in write_table()
493 BSWAP32 (header.hash_tab_offset); in write_table()
/third_party/gettext/gettext-runtime/intl/
Dgmo.h89 nls_uint32 hash_tab_offset; member
Dloadmsgcat.c883 ((char *) data + W (domain->must_swap, data->hash_tab_offset)) in _nl_load_domain()