Searched refs:po_xerror_handler_t (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.in.h | 119 typedef const struct po_xerror_handler *po_xerror_handler_t; typedef 137 po_xerror_handler_t handler); 143 po_xerror_handler_t handler); 339 extern void po_file_check_all (po_file_t file, po_xerror_handler_t handler); 344 …sage_check_all (po_message_t message, po_message_iterator_t iterator, po_xerror_handler_t handler); 350 extern void po_message_check_format (po_message_t message, po_xerror_handler_t handler);
|
D | gettext-po.c | 95 po_file_read (const char *filename, po_xerror_handler_t handler) in po_file_read() 225 po_file_write (po_file_t file, const char *filename, po_xerror_handler_t handler) in po_file_write() 1201 po_file_check_all (po_file_t file, po_xerror_handler_t handler) in po_file_check_all() 1230 po_xerror_handler_t handler) in po_message_check_all() 1291 po_message_check_format (po_message_t message, po_xerror_handler_t handler) in po_message_check_format()
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 5405 Its pointer is defined as @code{po_xerror_handler_t}. Contains 5781 @deftypefun {void} po_file_check_all (po_file_t@tie{}@var{file}, po_xerror_handler_t@tie{}@var{hand… 5786 …e_t@tie{}@var{message}, po_message_iterator_t@tie{}@var{iterator}, po_xerror_handler_t@tie{}@var{h… 5793 @deftypefun {void} po_message_check_format (po_message_t@tie{}@var{message}, po_xerror_handler_t@ti…
|
/third_party/gettext/gettext-tools/src/ |
D | ChangeLog.1 | 5250 (po_xerror_handler_t): New type.
|