/external/e2fsprogs/intl/ |
intl-compat.c | 40 #undef dcgettext macro 77 dcgettext (const char *domainname, const char *msgid, int category) function
|
libgettext.h | 105 extern char *dcgettext PARAMS ((const char *__domainname, const char *__msgid, 126 /* Solaris 2.3 has the gettext function but dcgettext is missing. 128 has dcgettext. */ 135 dcgettext (Domainname, Msgid, LC_MESSAGES) 143 # define dcgettext(Domainname, Msgid, Category) \ macro 170 # define dcgettext(Domainname, Msgid, Category) (Msgid) macro
|
libgnuintl.h | 143 static inline char *dcgettext (const char *__domainname, const char *__msgid, function 150 # define dcgettext libintl_dcgettext macro 152 extern char *dcgettext (const char *__domainname, const char *__msgid, 197 /* Similar to `dcgettext' but select the plural form corresponding to the
|
/external/bison/lib/ |
gettext.h | 30 chokes if dcgettext is defined as a macro. So include it now, to make 40 <libintl.h>, which chokes if dcgettext is defined as a macro. So include 56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
|
/external/bluetooth/glib/glib/ |
glibintl.h | 29 #define dcgettext(Domain,String,Type) (String) macro
|
/external/elfutils/ |
config-compat-darwin.h | 23 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) 35 static inline char *dcgettext (char *__domainname, char *__msgid, int __category) function
|
config-compat-freebsd.h | 26 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) 38 static inline char *dcgettext (char *__domainname, char *__msgid, int __category) function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 44 chokes if dcgettext is defined as a macro. So include it now, to make 54 <libintl.h>, which chokes if dcgettext is defined as a macro. So include 72 # undef dcgettext macro 73 # define dcgettext(Domainname, Msgid, Category) \ macro 148 const char *translation = dcgettext (domain, msg_ctxt_id, category); 224 translation = dcgettext (domain, msg_ctxt_id, category);
|