Home
last modified time | relevance | path

Searched refs:po_message_check_format (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.in.h349 #define po_message_check_format po_message_check_format_v2 macro
350 extern void po_message_check_format (po_message_t message, po_xerror_handler_t handler);
DChangeLog.0156 (po_message_check_format): Update.
160 * gettext-po.c (po_message_check_format): Update for signature changes
192 * gettext-po.c (po_message_check_format): Update call to check_message,
251 po_message_check_format) [C++]: Declare as extern "C".
Dgettext-po.c1291 po_message_check_format (po_message_t message, po_xerror_handler_t handler) in po_message_check_format() function
1310 #undef po_message_check_format
1336 extern "C" void po_message_check_format (po_message_t message, po_error_handler_t handler);
1339 po_message_check_format (po_message_t message, po_error_handler_t handler) in po_message_check_format() function
/third_party/gettext/gettext-tools/tests/
Dgettextpo-1-prg.c1007 po_message_check_format (msg, &my_xerror_handler); in main()
/third_party/gettext/gettext-tools/
DChangeLog.0848 * windows/gettextpo.def: Add po_message_check_format.
/third_party/gettext/gettext-tools/src/
DChangeLog.14744 * gettext-po.c (po_message_check_format): Update.
4773 po_message_check_format): Likewise.
4781 po_message_check_format): Update.
5229 (po_message_check_format): Use new check_message function.
5253 (po_message_check_format): Change signature; version 2.
5259 (po_message_check_format): New implementation. Keep old implementation.
5791 * gettext-po.h (po_message_check_format): New declaration.
5792 * gettext-po.c (po_error_logger, po_message_check_format): New
/third_party/gettext/
DNEWS726 po_message_check_format() has changed.
/third_party/gettext/gettext-tools/doc/
Dgettext.texi5793 @deftypefun {void} po_message_check_format (po_message_t@tie{}@var{message}, po_xerror_handler_t@ti…
5799 level, but is defined as @code{po_message_check_format} in C code after