Searched refs:directive_number (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | format-invalid.h | 27 #define INVALID_ARGNO_0(directive_number) \ argument 28 …("In the directive number %u, the argument number 0 is not a positive integer."), directive_number) 29 #define INVALID_WIDTH_ARGNO_0(directive_number) \ argument 30 … directive number %u, the width's argument number 0 is not a positive integer."), directive_number) 31 #define INVALID_PRECISION_ARGNO_0(directive_number) \ argument 32 …ective number %u, the precision's argument number 0 is not a positive integer."), directive_number) 34 #define INVALID_CONVERSION_SPECIFIER(directive_number,conv_char) \ argument 36 …umber %u, the character '%c' is not a valid conversion specifier."), directive_number, conv_char) \ 37 … that terminates the directive number %u is not a valid conversion specifier."), directive_number))
|
D | format-java-printf.c | 138 #define INVALID_LAST_ARG(directive_number) \ argument 139 …number %u, the reference to the argument of the previous directive is invalid."), directive_number) 141 #define INVALID_PRECISION_MISSING(directive_number) \ argument 142 xasprintf (_("In the directive number %u, the precision is missing."), directive_number) 144 #define INVALID_FLAG_FOR(directive_number,flag_char,conv_char) \ argument 145 …ive number %u, the flag '%c' is invalid for the conversion '%c'."), directive_number, flag_char, c… 147 #define INVALID_WIDTH_FOR(directive_number,conv_char) \ argument 148 …he directive number %u, a width is invalid for the conversion '%c'."), directive_number, conv_char) 150 #define INVALID_PRECISION_FOR(directive_number,conv_char) \ argument 151 …irective number %u, a precision is invalid for the conversion '%c'."), directive_number, conv_char) [all …]
|
D | format-ruby.c | 133 #define INVALID_TWO_ARG_NAMES(directive_number) \ argument 134 …ntf (_("In the directive number %u, two names are given for the same argument."), directive_number) 136 #define INVALID_TWO_ARG_NUMBERS(directive_number) \ argument 137 …f (_("In the directive number %u, two numbers are given for the same argument."), directive_number) 139 #define INVALID_FLAG_AFTER_WIDTH(directive_number) \ argument 140 xasprintf (_("In the directive number %u, a flag is given after the width."), directive_number) 142 #define INVALID_FLAG_AFTER_PRECISION(directive_number) \ argument 143 …xasprintf (_("In the directive number %u, a flag is given after the precision."), directive_number) 145 #define INVALID_WIDTH_AFTER_PRECISION(directive_number) \ argument 146 …printf (_("In the directive number %u, the width is given after the precision."), directive_number) [all …]
|
D | format-c.c | 35 #define INVALID_C99_MACRO(directive_number) \ argument 36 …t specifier macro. The valid macro names are listed in ISO C 99 section 7.8.1."), directive_number) 38 #define INVALID_ANGLE_BRACKET(directive_number) \ argument 39 …tf (_("In the directive number %u, the token after '<' is not followed by '>'."), directive_number)
|