Home
last modified time | relevance | path

Searched defs:gettext (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/locale/
Dtextdomain.c34 char *gettext(const char *msgid) in gettext() function
/third_party/alsa-utils/include/
Dgettext.h13 # define gettext(msgid) (msgid) macro
/third_party/python/Lib/
Dgettext.py275 def gettext(self, message): member in NullTranslations
421 def gettext(self, message): member in GNUTranslations
604 def gettext(message): function
Doptparse.py92 def gettext(message): function
/third_party/libexif/libexif/
Di18n.h37 # define gettext(String) (String) macro
/third_party/libabigail/doc/manuals/
DMakefile.am148 gettext: target
/third_party/toybox/kconfig/
Dlkc.h18 # define gettext(Msgid) ((const char *) (Msgid)) macro
/third_party/skia/third_party/externals/jinja2/
Dext.py149 def gettext(__context, __string, **variables): function
212 def _install_callables(self, gettext, ngettext, newstyle=None): argument
/third_party/python/Doc/whatsnew/
D3.8.rst828 gettext section in Improved Modules
D3.7.rst1995 gettext section in Deprecated Python modules, functions and methods
/third_party/jinja2/
Dext.py26 def gettext(self, message: str) -> str: member in _TranslationsBasic
172 def gettext(__context: Context, __string: str, **variables: t.Any) -> str: function
/third_party/python/Modules/
D_elementtree.c2072 int gettext; member
2282 create_elementiter(ElementObject *self, PyObject *tag, int gettext) in create_elementiter()