Home
last modified time | relevance | path

Searched defs:gettext (Results 1 – 14 of 14) 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.py272 def gettext(self, message): member in NullTranslations
496 def gettext(self, message): member in GNUTranslations
741 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/node/tools/inspector_protocol/jinja2/
Dext.py139 def gettext(__context, __string, **variables): function
197 def _install_callables(self, gettext, ngettext, newstyle=None): argument
/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/node/deps/v8/third_party/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.rst826 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.c2084 int gettext; member
2294 create_elementiter(ElementObject *self, PyObject *tag, int gettext) in create_elementiter()