HomeSort by relevance Sort by last modified time
    Searched defs:gettext (Results 1 - 10 of 10) sorted by null

  /device/samsung/crespo/alsa-utils/include/
gettext.h 7 # define gettext(msgid) (msgid) macro
12 #define _(msgid) gettext (msgid)
  /external/e2fsprogs/intl/
intl-compat.c 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
38 #undef gettext macro
61 gettext (const char *msgid) function
libgettext.h 30 implementation of gettext. */
63 /* This value determines the behaviour of the gettext() and dgettext()
70 /* Declarations for gettext-using-catgets interface. Derived from
94 extern char *gettext PARAMS ((const char *__msgid));
126 /* Solaris 2.3 has the gettext function but dcgettext is missing.
131 # define gettext(Msgid) \ macro
168 # define gettext(Msgid) (Msgid) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
46 # define _(msgid) gettext (msgid)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
46 # define _(msgid) gettext (msgid)
  /external/bison/lib/
gettext.h 32 as well because people using "gettext.h" will not include <libintl.h>,
54 # define gettext(Msgid) ((const char *) (Msgid)) macro
70 extraction of messages, but does not call gettext(). The run-time
  /external/bluetooth/glib/glib/
glibintl.h 27 #define gettext(String) (String) macro
  /external/elfutils/
config-compat-darwin.h 4 #define gettext macro
config-compat-freebsd.h 4 #define gettext macro
  /external/clearsilver/util/regex/
regex.c 44 # define gettext(msgid) (msgid) macro
    [all...]

Completed in 1445 milliseconds