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

  /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
  /ndk/sources/host-tools/make-3.81/
gettext.h 36 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 57 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
69 static inline char *dcgettext (char *__domainname, char *__msgid, int __category) function
  /external/bison/lib/
gettext.h 42 chokes if dcgettext is defined as a macro. So include it now, to make
52 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
70 # undef dcgettext macro
71 # define dcgettext(Domainname, Msgid, Category) \ macro
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
231 translation = dcgettext (domain, msg_ctxt_id, category);
  /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);
  /external/libmtp/src/
ptp.c 47 # define dcgettext(Domain,Message,Type) (Message) macro
    [all...]

Completed in 1373 milliseconds