Lines Matching refs:msgid_plural
916 char *msgid_plural, in exclude_directive_message() argument
934 mp = message_alloc (msgctxt, msgid, msgid_plural, "", 1, msgstr_pos); in exclude_directive_message()
2224 char *msgid_plural; in remember_a_message_plural() local
2230 msgid_plural = string; in remember_a_message_plural()
2234 CONVERT_STRING (msgid_plural); in remember_a_message_plural()
2237 if (mp->msgid_plural == NULL) in remember_a_message_plural()
2239 mp->msgid_plural = msgid_plural; in remember_a_message_plural()
2246 xasprintf ("%s%s%s", msgstr_prefix, msgid_plural, msgstr_suffix); in remember_a_message_plural()
2260 set_format_flags_from_context (mp->is_format, context, mp->msgid_plural, in remember_a_message_plural()
2284 parser->parse (mp->msgid_plural, false, &invalid_reason); in remember_a_message_plural()
2306 warn_format_string (mp->is_format, mp->msgid_plural, pos, "msgid_plural"); in remember_a_message_plural()
2309 free (msgid_plural); in remember_a_message_plural()
2365 ap->alternative[i].msgid_plural = NULL; in arglist_parser_alloc()
2407 ccp->msgid_plural = in arglist_parser_clone()
2408 (cp->msgid_plural != NULL ? xstrdup (cp->msgid_plural) : NULL); in arglist_parser_clone()
2456 cp->msgid_plural = string; in arglist_parser_remember()
2534 && cp->msgid_plural != NULL) in arglist_parser_done()
2577 && cp->msgid_plural != NULL) in arglist_parser_done()
2668 if (best_cp->msgid_plural != NULL && best_cp->argnum2_glib_context) in arglist_parser_done()
2670 const char *separator = strchr (best_cp->msgid_plural, '|'); in arglist_parser_done()
2684 size_t ctxt_len = separator - best_cp->msgid_plural; in arglist_parser_done()
2687 memcpy (ctxt, best_cp->msgid_plural, ctxt_len); in arglist_parser_done()
2704 best_cp->msgid_plural = xstrdup (separator + 1); in arglist_parser_done()
2712 if (best_cp->msgid_plural != NULL) in arglist_parser_done()
2713 remember_a_message_plural (mp, best_cp->msgid_plural, in arglist_parser_done()
2757 if (ap->alternative[0].msgid_plural != NULL) in arglist_parser_done()
2758 free (ap->alternative[0].msgid_plural); in arglist_parser_done()
2841 if (mp->msgid_plural != NULL) in finalize_header()