Home
last modified time | relevance | path

Searched refs:po_format_pretty_name (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.in.h332 extern const char * po_format_pretty_name (const char *format_type);
DChangeLog.0185 (po_format_list, po_format_pretty_name): New declarations.
187 (po_format_list, po_format_pretty_name): New functions.
Dgettext-po.c1182 po_format_pretty_name (const char *format_type) in po_format_pretty_name() function
/third_party/gettext/gettext-tools/tests/
Dgettextpo-1-prg.c1022 ASSERT (strcmp (po_format_pretty_name ("c-format"), "C") == 0); in main()
1023 ASSERT (strcmp (po_format_pretty_name ("csharp-format"), "C#") == 0); in main()
1024 ASSERT (po_format_pretty_name ("xyzzy-format") == NULL); in main()
/third_party/gettext/gettext-tools/doc/
Dgettext.texi5772 @deftypefun {const char *} po_format_pretty_name (const@tie{}char@tie{}*@var{format_type})