Searched defs:gettext (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/bionic-fixup/
H A Dlibintl.h21 #define gettext(x) (x) macro
/external/libexif/libexif/
H A Di18n.h37 # define gettext(String) (String) macro
/external/e2fsprogs/intl/
H A Dlibgettext.h30 implementation of gettext. */
63 /* This value determines the behaviour of the gettext() and dgettext()
70 /* Declarations for gettext-using-catgets interface. Derived from
94 extern char *gettext PARAMS ((const char *__msgid));
126 /* Solaris 2.3 has the gettext function but dcgettext is missing.
131 # define gettext(Msgid) \ macro
168 # define gettext(Msgid) (Msgid) macro
H A Dintl-compat.c1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
38 #undef gettext macro
61 gettext (const char *msgid) function
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
H A Dgen_xmlpool.py4 import gettext namespace
38 # Expand escape sequences in C strings (needed for gettext lookup)
102 # DESC, DESC_BEGIN format: \1 \2=<lang> \3 \4=gettext(" \5=<text> \6=") \7
103 # ENUM format: \1 \2=gettext(" \3=<text> \4=") \5
134 translations = [("en", gettext.NullTranslations())]
137 trans = gettext.translation ("options", ".", [lang])
145 reDESC = re.compile (r'(\s*DRI_CONF_DESC\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
146 reDESC_BEGIN = re.compile (r'(\s*DRI_CONF_DESC_BEGIN\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
147 reENUM = re.compile (r'(\s*DRI_CONF_ENUM\s*\([^,]+,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dgen_xmlpool.py4 import gettext namespace
38 # Expand escape sequences in C strings (needed for gettext lookup)
102 # DESC, DESC_BEGIN format: \1 \2=<lang> \3 \4=gettext(" \5=<text> \6=") \7
103 # ENUM format: \1 \2=gettext(" \3=<text> \4=") \5
134 translations = [("en", gettext.NullTranslations())]
137 trans = gettext.translation ("options", ".", [lang])
145 reDESC = re.compile (r'(\s*DRI_CONF_DESC\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
146 reDESC_BEGIN = re.compile (r'(\s*DRI_CONF_DESC_BEGIN\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
147 reENUM = re.compile (r'(\s*DRI_CONF_ENUM\s*\([^,]+,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h79 # define _(String) gettext(String)
81 # define gettext(Msgid) (Msgid) macro
/external/bison/lib/
H A Dgettext.h28 the gettext() and ngettext() macros. This is an alternative to calling
31 # undef gettext macro
32 # define gettext(Msgid) \ macro
44 as well because people using "gettext.h" will not include <libintl.h>,
66 # undef gettext macro
67 # define gettext(Msgid) ((const char *) (Msgid)) macro
69 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
102 extraction of messages, but does not call gettext(). The run-time
/external/chromium_org/third_party/jinja2/
H A Dext.py26 # the only real useful gettext functions for a Jinja template. Note
27 # that ugettext must be assigned to gettext as Jinja doesn't support
29 GETTEXT_FUNCTIONS = ('_', 'gettext', 'ngettext')
132 return __context.call(__context.resolve('gettext'), *args, **kwargs)
137 def gettext(__context, __string, **variables): function in function:_make_new_gettext
142 return gettext
157 """This extension adds gettext support to Jinja2."""
164 # something is called twice here. One time for the gettext value and
180 gettext = getattr(translations, 'ugettext', None)
181 if gettext i
[all...]
/external/libmtp/src/
H A Dptp.c45 # define gettext(String) (String) macro

Completed in 2449 milliseconds