Home
last modified time | relevance | path

Searched defs:msgid_plural (Results 1 – 20 of 20) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dformat.c72 check_msgid_msgstr_format_i (const char *msgid, const char *msgid_plural, in check_msgid_msgstr_format_i()
174 check_msgid_msgstr_format (const char *msgid, const char *msgid_plural, in check_msgid_msgstr_format()
Dread-catalog.c55 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, in call_add_message()
239 char *msgid_plural, in default_directive_message()
337 char *msgid_plural, in default_add_message()
Dmsgunfmt.cs57 private void DumpMessage (String msgid, String msgid_plural, Object msgstr) { in DumpMessage()
Dread-catalog-abstract.c98 char *msgid_plural, in call_directive_message()
211 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, in po_callback_message()
Dxg-arglist-parser.h55 mixed_string_ty *msgid_plural; /* msgid_plural - owned mixed_string, or NULL */ member
Dx-po.c57 char *msgid_plural, in extract_add_message()
Dxg-message.c559 char *msgid_plural; in remember_a_message_plural() local
Dpo-gram-gen.y51 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, in do_callback_message()
Dmessage.h165 const char *msgid_plural; member
Dmessage.c124 const char *msgid, const char *msgid_plural, in message_alloc()
Dmsgfmt.c1246 char *msgid_plural, in msgfmt_add_message()
Dmsgl-check.c582 const char *msgid_plural, in check_pair()
Dxgettext.c1271 char *msgid_plural, in exclude_directive_message()
/third_party/gettext/gettext-runtime/intl-java/gnu/gettext/
DGettextResource.java223 …public static String ngettext (ResourceBundle catalog, String msgid, String msgid_plural, long n) { in ngettext()
260 …ing npgettext (ResourceBundle catalog, String msgctxt, String msgid, String msgid_plural, long n) { in npgettext()
/third_party/gettext/gettext-runtime/src/
Dngettext.c64 const char *msgid_plural; in main() local
/third_party/gettext/gettext-tools/tests/
Dtstngettext.c69 const char *msgid_plural; in main() local
/third_party/gettext/gettext-tools/src/gnu/gettext/
DDumpResource.java54 private void dumpMessage (String msgid, String msgid_plural, Object msgstr) throws IOException { in dumpMessage()
/third_party/gettext/gnulib-local/lib/
Dgettext.h170 const char *msgid_plural, unsigned long int n, in npgettext_aux()
268 const char *msgid_plural, unsigned long int n, in dcnpgettext_expr()
/third_party/glib/glib/
Dggettext.c454 const gchar *msgid_plural, in g_dngettext()
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.c601 po_message_set_msgid_plural (po_message_t message, const char *msgid_plural) in po_message_set_msgid_plural()