Home
last modified time | relevance | path

Searched defs:dgettext (Results 1 – 15 of 15) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlibintl.h148 char *dgettext (const char *__domainname, const char *__msgid) in dgettext() function
154 # define dgettext libintl_dgettext macro
Dlibgnuintl.in.h148 char *dgettext (const char *__domainname, const char *__msgid) in dgettext() function
154 # define dgettext libintl_dgettext macro
Dlibgnuintl.h156 char *dgettext (const char *__domainname, const char *__msgid) in dgettext() function
162 # define dgettext libintl_dgettext macro
Dintl-compat.c69 dgettext (const char *domainname, const char *msgid) in dgettext() function
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgettext.h46 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgettext.h46 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
/third_party/gstreamer/gstreamer/gst/
Dgettext.h46 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgettext.h46 # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) macro
/third_party/libexif/libexif/
Di18n.h39 # define dgettext(Domain,Message) (Message) macro
/third_party/glib/glib/
Dglibintl.h34 #define dgettext(Domain,String) (String) macro
/third_party/musl/src/locale/
Ddcngettext.c269 char *dgettext(const char *domainname, const char *msgid) in dgettext() function
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c332 char *dgettext(const char *domainname, const char *msgid) in dgettext() function
/third_party/gettext/gnulib-local/lib/
Dgettext.h70 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) macro
/third_party/python/Lib/
Dgettext.py664 def dgettext(domain, message): function
/third_party/boost/boost/locale/
Dmessage.hpp644 std::basic_string<CharType> dgettext( char const *domain, in dgettext() function