Searched refs:locale_string_offset (Results 1 – 3 of 3) sorted by relevance
67 uint32_t locale_string_offset; member
508 config_.header.locale_string_offset = 0; // Filled by pack_bmpblock() in fill_bmpblock_header()538 config_.header.locale_string_offset = current_offset; in pack_bmpblock()604 if (config_.header.locale_string_offset) { in pack_bmpblock()605 current_offset = config_.header.locale_string_offset; in pack_bmpblock()
433 if (hdr->locale_string_offset) { in dump_bmpblock()434 char *loc_ptr = (char *)ptr + hdr->locale_string_offset; in dump_bmpblock()