Home
last modified time | relevance | path

Searched refs:PO_SEVERITY_ERROR (Results 1 – 10 of 10) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmsgl-check.c133 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, false, in check_plural_eval()
147 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, false, msg); in check_plural_eval()
204 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, false, msg); in check_plural_eval()
370 po_xerror2 (PO_SEVERITY_ERROR, in check_plural()
377 po_xerror2 (PO_SEVERITY_ERROR, in check_plural()
394 po_xerror2 (PO_SEVERITY_ERROR, in check_plural()
401 po_xerror2 (PO_SEVERITY_ERROR, in check_plural()
430 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, true, in check_plural()
436 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, false, msg); in check_plural()
452 po_xerror (PO_SEVERITY_ERROR, header, NULL, 0, 0, true, in check_plural()
[all …]
Dpo-xerror.c78 if (severity >= PO_SEVERITY_ERROR) in xerror()
112 if (severity < PO_SEVERITY_ERROR) in xerror()
150 (severity == PO_SEVERITY_FATAL_ERROR ? PO_SEVERITY_ERROR : severity); in textmode_xerror2()
186 if (severity >= PO_SEVERITY_ERROR) in textmode_xerror2()
Dread-stringtable.c800 po_xerror (PO_SEVERITY_ERROR, NULL, in read_string()
808 po_xerror (PO_SEVERITY_ERROR, NULL, in read_string()
869 po_xerror (PO_SEVERITY_ERROR, NULL, in stringtable_parse()
891 po_xerror (PO_SEVERITY_ERROR, NULL, in stringtable_parse()
937 po_xerror (PO_SEVERITY_ERROR, NULL, in stringtable_parse()
946 po_xerror (PO_SEVERITY_ERROR, NULL, in stringtable_parse()
Dread-properties.c355 po_xerror (PO_SEVERITY_ERROR, NULL, in phase4_getuc()
427 po_xerror (PO_SEVERITY_ERROR, NULL, \ in read_escaped_string()
497 po_xerror (PO_SEVERITY_ERROR, NULL, in read_escaped_string()
532 po_xerror (PO_SEVERITY_ERROR, NULL, in read_escaped_string()
Dpo-xerror.h34 #define PO_SEVERITY_ERROR 1 /* an error, the operation cannot complete */ macro
Dpo-lex.c85 po_xerror (PO_SEVERITY_ERROR, NULL, gram_pos.file_name, gram_pos.line_number, in po_gram_error()
104 po_xerror (PO_SEVERITY_ERROR, NULL, pp->file_name, pp->line_number, in po_gram_error_at_line()
Dwrite-po.c811 po_xerror (PO_SEVERITY_ERROR, mp, NULL, 0, 0, false, in wrap()
820 po_xerror (PO_SEVERITY_ERROR, mp, NULL, 0, 0, false, in wrap()
948 po_xerror (PO_SEVERITY_ERROR, mp, NULL, 0, 0, in wrap()
Dread-catalog.c368 po_xerror2 (PO_SEVERITY_ERROR, in default_add_message()
DChangeLog.12451 escape sequence" message from PO_SEVERITY_ERROR to PO_SEVERITY_WARNING.
5247 * gettext-po.h (PO_SEVERITY_WARNING, PO_SEVERITY_ERROR,
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.in.h90 #define PO_SEVERITY_ERROR 1 /* an error, the operation cannot complete */ macro