Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/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_good/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/musl/porting/linux/user/src/locale/
Ddcngettext.c345 char *dgettext(const char *domainname, const char *msgid) in dgettext() function
/third_party/musl/src/locale/
Ddcngettext.c280 char *dgettext(const char *domainname, const char *msgid) in dgettext() function
/third_party/python/Lib/
Dgettext.py664 def dgettext(domain, message): function