Searched refs:msgid_plural (Results 51 - 75 of 81) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.c95 char *msgid_plural,
105 msgid, msgid_pos, msgid_plural,
207 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural,
216 msgid, msgid_pos, msgid_plural,
91 call_directive_message(abstract_catalog_reader_ty *pop, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
206 po_callback_message(char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
H A Dmsgunfmt.cs57 private void DumpMessage (String msgid, String msgid_plural, Object msgstr) { argument
65 if (msgid_plural != null) {
66 Out.Write("msgid_plural "); DumpString(msgid_plural); Out.Write('\n');
H A Dxgettext.c948 char *msgid_plural,
966 mp = message_alloc (msgctxt, msgid, msgid_plural, "", 1, msgstr_pos);
2260 char *msgid_plural; local
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 i
944 exclude_directive_message(abstract_catalog_reader_ty *pop, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
[all...]
H A Dwrite-mo.c210 format string directives. No need to check msgid_plural, because
343 sysdep_msg_arr[n_sysdep_strings].id_plural = mp->msgid_plural;
345 (mp->msgid_plural != NULL ? strlen (mp->msgid_plural) + 1 : 0);
355 msg_arr[nstrings].id_plural = mp->msgid_plural;
357 (mp->msgid_plural != NULL ? strlen (mp->msgid_plural) + 1 : 0);
H A Dmsgmerge.c992 prev_msgid_plural = def->msgid_plural;
997 xstrdup (ref->msgid), ref->msgid_plural,
1018 /* If ref and def have the same msgid but different msgid_plural, it's
1021 && (ref->msgid_plural != NULL
1022 ? def->msgid_plural == NULL
1023 || strcmp (ref->msgid_plural, def->msgid_plural) != 0
1024 : def->msgid_plural != NULL))
1041 && check_msgid_msgstr_format_i (ref->msgid, ref->msgid_plural,
1083 if (ref->msgid_plural !
[all...]
H A Dwrite-resources.c144 if (mlp->item[j]->msgid_plural != NULL)
H A Dmessage.c99 const char *msgid, const char *msgid_plural,
109 mp->msgid_plural = (msgid_plural != NULL ? xstrdup (msgid_plural) : NULL);
136 if (mp->msgid_plural != NULL)
137 free ((char *) mp->msgid_plural);
208 xstrdup (mp->msgid), mp->msgid_plural,
98 message_alloc(const char *msgctxt, const char *msgid, const char *msgid_plural, const char *msgstr, size_t msgstr_len, const lex_pos_ty *pp) argument
H A Dmsggrep.c538 or if -K is given and its key (msgid or msgid_plural) matches MSGID-PATTERN,\n\
702 /* Test msgid and msgid_plural using the --msgid arguments. */
705 if (mp->msgid_plural != NULL
706 && is_string_selected (1, mp->msgid_plural, strlen (mp->msgid_plural)))
H A Dpo-gram-gen.y97 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural,
108 msgid, msgid_pos, msgid_plural,
249 po_gram_error_at_line (&$1.pos, _("missing `msgid_plural' section"));
H A Dwrite-csharp.c254 if (mp->msgid_plural != NULL)
536 if (mlp->item[j]->msgid_plural != NULL)
562 /* Emit the msgid_plural strings. Only used by msgunfmt. */
568 if (mlp->item[j]->msgid_plural != NULL)
573 write_csharp_string (stream, mlp->item[j]->msgid_plural);
H A Dwrite-tcl.c171 if (mlp->item[j]->msgid_plural != NULL)
H A Dxgettext.h54 int argnum2; /* argument number to use for msgid_plural */
235 /* Add an msgid_plural to a message previously returned by
266 char *msgid_plural; /* msgid_plural - owned string, or NULL */ member in struct:partial_call
H A Dwrite-java.c436 if (mp->msgid_plural != NULL)
743 if (mlp->item[j]->msgid_plural != NULL)
783 /* Emit the msgid_plural strings. Only used by msgunfmt. */
793 if (ti->mp->msgid_plural != NULL)
797 write_java_string (stream, ti->mp->msgid_plural);
865 /* Emit the msgid_plural strings. Only used by msgunfmt. */
871 if (mlp->item[j]->msgid_plural != NULL)
876 write_java_string (stream, mlp->item[j]->msgid_plural);
H A Dwrite-po.c1195 wrap (mp, stream, "#| ", 0, class_previous, "msgid_plural",
1237 if (mp->msgid_plural != NULL)
1238 wrap (mp, stream, NULL, extra_indent, class_msgid, "msgid_plural",
1239 mp->msgid_plural, mp->do_wrap, page_width, charset);
1241 if (mp->msgid_plural == NULL)
1325 wrap (mp, stream, "#~| ", 0, class_previous, "msgid_plural",
1366 if (mp->msgid_plural != NULL)
1367 wrap (mp, stream, "#~ ", extra_indent, class_msgid, "msgid_plural",
1368 mp->msgid_plural, mp->do_wrap, page_width, charset);
1370 if (mp->msgid_plural
[all...]
H A Dwrite-properties.c267 if (mp->msgid_plural == NULL && !mp->obsolete)
H A Dwrite-stringtable.c287 if (mp->msgid_plural == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-bash46 msgid_plural "$n pieces of cake"
67 msgid_plural "$n pieces of cake"
H A Dlang-c++90 msgid_plural "%d pieces of cake"
115 msgid_plural "%d pieces of cake"
H A Dlang-clisp38 msgid_plural "~D pieces of cake"
63 msgid_plural "~D pieces of cake"
H A Dlang-gawk42 msgid_plural "%d pieces of cake"
67 msgid_plural "%d pieces of cake"
H A Dlang-guile41 msgid_plural "~D pieces of cake"
66 msgid_plural "~D pieces of cake"
H A Dlang-perl-242 msgid_plural "%d pieces of cake"
67 msgid_plural "%d pieces of cake"
H A Dlang-smalltalk50 msgid_plural "%1 pieces of cake"
75 msgid_plural "%1 pieces of cake"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java54 private void dumpMessage (String msgid, String msgid_plural, Object msgstr) throws IOException { argument
62 if (msgid_plural != null) {
63 out.write("msgid_plural "); dumpString(msgid_plural); out.write('\n');
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c585 /* Return the msgid_plural (untranslated English plural string) of a message,
593 return mp->msgid_plural;
597 /* Change the msgid_plural (untranslated English plural string) of a message.
601 po_message_set_msgid_plural (po_message_t message, const char *msgid_plural) argument
605 if (msgid_plural != mp->msgid_plural)
607 char *old_msgid_plural = (char *) mp->msgid_plural;
609 mp->msgid_plural = (msgid_plural != NULL ? xstrdup (msgid_plural)
[all...]

Completed in 198 milliseconds

1234