Searched refs:dgettext (Results 1 - 25 of 29) sorted by relevance

12

/external/e2fsprogs/intl/
H A Ddgettext.c1 /* Implementation of the dgettext(3) function.
57 weak_alias (__dgettext, dgettext);
H A Dlibgettext.h63 /* This value determines the behaviour of the gettext() and dgettext()
99 extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid));
132 dgettext (NULL, Msgid)
134 # define dgettext(Domainname, Msgid) \ macro
169 # define dgettext(Domainname, Msgid) (Msgid) macro
H A Dintl-compat.c39 #undef dgettext macro
69 dgettext (const char *domainname, const char *msgid) function
H A Dlibgnuintl.h25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
126 static inline char *dgettext (const char *__domainname, const char *__msgid) function
132 # define dgettext libintl_dgettext macro
134 extern char *dgettext (const char *__domainname, const char *__msgid)
177 /* Similar to `dgettext' but select the plural form corresponding to the
H A Dlibgnuintl.h.in25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
126 static inline char *dgettext (const char *__domainname, const char *__msgid)
132 # define dgettext libintl_dgettext
134 extern char *dgettext (const char *__domainname, const char *__msgid)
177 /* Similar to `dgettext' but select the plural form corresponding to the
/external/elfutils/libebl/
H A DlibeblP.h94 #define _(Str) dgettext ("elfutils", Str)
/external/bison/lib/
H A Dgettext.h55 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
/external/bluetooth/glib/glib/
H A Dglibintl.h28 #define dgettext(Domain,String) (String) macro
/external/elfutils/bionic-fixup/
H A DAndroidFixup.h83 char * dgettext (const char * domainname, const char * msgid);
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h57 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES) macro
/external/oprofile/libpopt/
H A Dpoptint.h107 #define D_(dom, str) dgettext(dom, str)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtMaemoWebPopup.cpp129 const char* title = ::dgettext("osso-browser-ui", "weba_ti_texlist_single");
176 const char* title = ::dgettext("osso-browser-ui", "weba_ti_textlist_multi");
202 title = ::dgettext("hildon-libs", "wdgt_bd_done");
/external/elfutils/libasm/
H A DlibasmP.h34 #define _(Str) dgettext ("elfutils", Str)
/external/elfutils/libdw/
H A DlibdwP.h61 #define _(Str) dgettext ("elfutils", Str)
/external/elfutils/libdwfl/
H A Dargp-std.c59 #define _(Str) dgettext ("elfutils", Str)
H A DlibdwflP.h67 #define _(Str) dgettext ("elfutils", Str)
/external/bison/data/
H A Dlalr1.cc324 # define YY_(msgid) dgettext ("bison-runtime", msgid)
H A Dglr.c246 # define YY_(msgid) dgettext ("bison-runtime", msgid)
H A Dyacc.c268 # define YY_(msgid) dgettext ("bison-runtime", msgid)
/external/elfutils/libelf/
H A DlibelfP.h67 #define _(Str) dgettext ("libelf", Str)
/external/elfutils/src/
H A Dldscript.c312 # define YY_(msgid) dgettext ("bison-runtime", msgid)
/external/libpcap/
H A Dgrammar.c483 # define YY_(msgid) dgettext ("bison-runtime", msgid)
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp421 # define YY_(msgid) dgettext ("bison-runtime", msgid)
/external/bison/src/
H A Dparse-gram.c367 # define YY_(msgid) dgettext ("bison-runtime", msgid)
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp454 # define YY_(msgid) dgettext ("bison-runtime", msgid)

Completed in 1251 milliseconds

12