Searched refs:has_plural (Results 1 – 7 of 7) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | write-catalog.c | 168 const lex_pos_ty *has_plural; in msgdomain_list_print() local 171 has_plural = NULL; in msgdomain_list_print() 183 has_plural = &mp->pos; in msgdomain_list_print() 189 if (has_plural != NULL) in msgdomain_list_print() 194 has_plural->file_name, has_plural->line_number, in msgdomain_list_print() 199 has_plural->file_name, has_plural->line_number, in msgdomain_list_print()
|
D | write-resources.c | 142 bool has_plural; in msgdomain_write_csharp_resources() local 145 has_plural = false; in msgdomain_write_csharp_resources() 148 has_plural = true; in msgdomain_write_csharp_resources() 149 if (has_plural) in msgdomain_write_csharp_resources()
|
D | write-tcl.c | 168 bool has_plural; in msgdomain_write_tcl() local 171 has_plural = false; in msgdomain_write_tcl() 174 has_plural = true; in msgdomain_write_tcl() 175 if (has_plural) in msgdomain_write_tcl()
|
D | msgl-check.c | 293 const message_ty *has_plural; in check_plural() local 303 has_plural = NULL; in check_plural() 325 if (has_plural == NULL) in check_plural() 326 has_plural = mp; in check_plural() 359 if (plural == NULL && has_plural != NULL) in check_plural() 371 has_plural, NULL, 0, 0, false, msg1, in check_plural() 378 has_plural, NULL, 0, 0, false, msg1, in check_plural() 383 if (nplurals == NULL && has_plural != NULL) in check_plural() 395 has_plural, NULL, 0, 0, false, msg1, in check_plural() 402 has_plural, NULL, 0, 0, false, msg1, in check_plural() [all …]
|
D | write-qt.c | 658 bool has_plural; in msgdomain_write_qt() local 661 has_plural = false; in msgdomain_write_qt() 664 has_plural = true; in msgdomain_write_qt() 665 if (has_plural) in msgdomain_write_qt()
|
D | xgettext.c | 2045 bool has_plural; in finalize_header() local 2048 has_plural = false; in finalize_header() 2059 has_plural = true; in finalize_header() 2063 if (has_plural) in finalize_header() 2067 if (has_plural) in finalize_header()
|
D | ChangeLog.1 | 5309 (check_plural): Change type of local variables has_plural, min_pos,
|