Home
last modified time | relevance | path

Searched refs:gettext_noop (Results 1 – 25 of 27) sorted by relevance

12

/third_party/alsa-utils/include/
Dgettext.h19 #define gettext_noop(msgid) msgid macro
20 #define N_(msgid) gettext_noop (msgid)
/third_party/e2fsprogs/lib/support/
Dnls-enable.h5 #ifdef gettext_noop
6 #define N_(a) gettext_noop (a)
/third_party/libexif/libexif/
Di18n.h30 # ifdef gettext_noop
31 # define N_(String) gettext_noop (String)
/third_party/pulseaudio/src/pulsecore/
Di18n.h36 #ifdef gettext_noop
37 #define N_(String) gettext_noop(String)
/third_party/glib/glib/
Dglibintl.h22 #ifdef gettext_noop
23 #define N_(String) gettext_noop(String)
/third_party/e2fsprogs/resize/
Dresize2fs.h45 #ifdef gettext_noop
46 #define N_(a) gettext_noop (a)
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgst-i18n-plugin.h34 #define N_(String) gettext_noop (String)
Dgst-i18n-app.h33 #define N_(String) gettext_noop (String)
Dgettext.h67 #define gettext_noop(String) String macro
/third_party/gstreamer/gstreamer/gst/
Dgst-i18n-app.h33 #define N_(String) gettext_noop (String)
Dgst-i18n-lib.h37 #define N_(String) gettext_noop (String)
Dgettext.h67 #define gettext_noop(String) String macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgst-i18n-plugin.h35 #define N_(String) gettext_noop (String)
Dgettext.h67 #define gettext_noop(String) String macro
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgst-i18n-plugin.h37 #define N_(String) gettext_noop (String)
Dgettext.h67 #define gettext_noop(String) String macro
/third_party/gettext/gettext-tools/tests/
Dxgettext-c-comment-411 gettext_noop ("me");
/third_party/e2fsprogs/e2fsck/
De2fsck.h46 #ifdef gettext_noop
47 #define N_(a) gettext_noop (a)
/third_party/gettext/gnulib-local/lib/
Dgettext.h109 #define gettext_noop(String) String macro
DChangeLog.0517 * gettext.h (gettext_noop): Remove the parentheses around the
/third_party/gettext/gettext-tools/doc/
DChangeLog.0274 gettext_noop.
684 (Comparison): gettext_noop is never defined in libintl.h.
1029 * gettext.texi: Add some comments about gettext_noop and _N.
Dxgettext.texi273 @code{dcngettext:2,3}, @code{gettext_noop}, and @code{pgettext:1c,2},
321 @code{dcngettext:2,3}, @code{gettext_noop}.
Dlang-perl.texi345 @item @code{gettext_noop}
Dgettext.texi1011 #define gettext_noop(String) String
1012 #define N_(String) gettext_noop (String)
2701 #define gettext_noop(String) String
2705 gettext_noop ("some very meaningful message"),
2706 gettext_noop ("and another one")
2721 the additional keyword @code{gettext_noop} is explained in @ref{xgettext
2729 #define gettext_noop(String) String
2733 gettext_noop ("some very meaningful message"),
2734 gettext_noop ("and another one")
2739 = index > 1 ? gettext_noop ("a default message") : messages[index];
[all …]
/third_party/e2fsprogs/misc/
Dfuse2fs.c45 #ifdef gettext_noop
46 #define N_(a) gettext_noop(a)

12