• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching refs:msgid_plural

948 			   char *msgid_plural,
966 mp = message_alloc (msgctxt, msgid, msgid_plural, "", 1, msgstr_pos);
2260 char *msgid_plural;
2266 msgid_plural = string;
2270 CONVERT_STRING (msgid_plural);
2273 if (mp->msgid_plural == NULL)
2275 mp->msgid_plural = msgid_plural;
2282 xasprintf ("%s%s%s", msgstr_prefix, msgid_plural, msgstr_suffix);
2294 /* Determine whether the context specifies that the msgid_plural is a
2296 set_format_flags_from_context (mp->is_format, context, mp->msgid_plural,
2297 pos, "msgid_plural");
2301 msgid_plural. This is a heuristic. */
2321 parser->parse (mp->msgid_plural, false, NULL, &invalid_reason);
2335 /* msgid_plural is not a valid format string. */
2343 warn_format_string (mp->is_format, mp->msgid_plural, pos, "msgid_plural");
2346 free (msgid_plural);
2403 ap->alternative[i].msgid_plural = NULL;
2445 ccp->msgid_plural =
2446 (cp->msgid_plural != NULL ? xstrdup (cp->msgid_plural) : NULL);
2494 cp->msgid_plural = string;
2499 /* Mark msgid_plural as done. */
2562 /* Find complete calls where msgctxt, msgid, msgid_plural are all
2572 && cp->msgid_plural != NULL)
2607 /* Find complete calls where msgid, msgid_plural are provided. */
2615 && cp->msgid_plural != NULL)
2706 if (best_cp->msgid_plural != NULL && best_cp->argnum2_glib_context)
2708 const char *separator = strchr (best_cp->msgid_plural, '|');
2722 size_t ctxt_len = separator - best_cp->msgid_plural;
2725 memcpy (ctxt, best_cp->msgid_plural, ctxt_len);
2742 best_cp->msgid_plural = xstrdup (separator + 1);
2750 if (best_cp->msgid_plural != NULL)
2751 remember_a_message_plural (mp, best_cp->msgid_plural,
2795 if (ap->alternative[0].msgid_plural != NULL)
2796 free (ap->alternative[0].msgid_plural);
2892 if (mp->msgid_plural != NULL)