Searched refs:PO_SEVERITY_ERROR (Results 1 – 10 of 10) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | msgl-check.c | 133 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 …]
|
D | po-xerror.c | 78 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()
|
D | read-stringtable.c | 800 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()
|
D | read-properties.c | 355 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()
|
D | po-xerror.h | 34 #define PO_SEVERITY_ERROR 1 /* an error, the operation cannot complete */ macro
|
D | po-lex.c | 85 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()
|
D | write-po.c | 811 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()
|
D | read-catalog.c | 368 po_xerror2 (PO_SEVERITY_ERROR, in default_add_message()
|
D | ChangeLog.1 | 2451 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/ |
D | gettext-po.in.h | 90 #define PO_SEVERITY_ERROR 1 /* an error, the operation cannot complete */ macro
|