Home
last modified time | relevance | path

Searched defs:dngettext (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgettext.h50 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgettext.h50 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgettext.h50 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgettext.h50 # define dngettext(Domainname, Msgid1, Msgid2, N) \ macro
/third_party/musl/src/locale/
Ddcngettext.c275 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext() function
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c340 char *dngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n) in dngettext() function
/third_party/python/Lib/
Dgettext.py689 def dngettext(domain, msgid1, msgid2, n): function