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

  /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
libgnuintl.h 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
36 implementation of gettext. */
44 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
47 # undef gettext macro
56 necessary, because some systems define gettext/textdomain/... in the C
74 Since Solaris gettext() behaves differently than GNU gettext(), this
77 The redirection happens by default through macros in C, so that &gettext
80 class methods called 'gettext'. */
110 static inline char *gettext (const char *__msgid function
116 # define gettext macro
    [all...]
  /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)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
46 # define _(msgid) gettext (msgid)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /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
  /ndk/sources/host-tools/make-3.81/
gettext.h 34 # define gettext(Msgid) ((const char *) (Msgid)) macro
50 extraction of messages, but does not call gettext(). The run-time
  /external/elfutils/
config-compat-darwin.h 4 #define gettext macro
config-compat-freebsd.h 4 #define gettext macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 30 the gettext() and ngettext() macros. This is an alternative to calling
33 # undef gettext macro
34 # define gettext(Msgid) \ macro
46 as well because people using "gettext.h" will not include <libintl.h>,
68 # undef gettext macro
69 # define gettext(Msgid) ((const char *) (Msgid)) macro
71 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
98 extraction of messages, but does not call gettext(). The run-time
regex_internal.h 71 # undef gettext macro
72 # define gettext(msgid) \ macro
76 # define gettext(msgid) (msgid) macro

Completed in 224 milliseconds