HomeSort by relevance Sort by last modified time
    Searched defs:gettext (Results 1 - 25 of 27) sorted by null

1 2

  /external/e2fsprogs/intl/
intl-compat.c 1 /* 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
libgettext.h 30 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /external/elfutils/bionic-fixup/
AndroidFixup.h 46 #define gettext(x) (x) macro
  /ndk/sources/android/support/src/musl-locale/
intl.c 6 char *gettext(const char *msgid) function
  /ndk/sources/host-tools/make-3.81/
gettext.h 34 # define gettext(Msgid) ((const char *) (Msgid)) macro
50 extraction of messages, but does not call gettext(). The run-time
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 4 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/
gen_xmlpool.py 4 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/
util.h 79 # define _(String) gettext(String)
81 # define gettext(Msgid) (Msgid) macro
  /external/bison/lib/
gettext.h 28 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/openssh/
audit-bsm.c 111 # define gettext(a) (a) macro
262 gettext("invalid %s for user %s"),
267 gettext("invalid user name \"%s\""),
334 gettext("successful login %s"), user);
345 gettext("sshd logout %s"), the_authctxt->user);
355 gettext("logins disabled by /etc/nologin"), AUE_openssh);
360 gettext("too many tries for user %s"), the_authctxt->user);
365 bsm_audit_record(2, gettext("not_console"), AUE_openssh);
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 30 the gettext() and ngettext() macros. This is an alternative to calling
33 # undef gettext macro
34 # define gettext(Msgid) \ macro
46 as well because people using "gettext.h" will not include <libintl.h>,
68 # undef gettext macro
69 # define gettext(Msgid) ((const char *) (Msgid)) macro
71 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
98 extraction of messages, but does not call gettext(). The run-time
  /external/chromium_org/third_party/jinja2/
ext.py 22 # the only real useful gettext functions for a Jinja template. Note
23 # that ugettext must be assigned to gettext as Jinja doesn't support
25 GETTEXT_FUNCTIONS = ('_', 'gettext', 'ngettext')
129 return __context.call(__context.resolve('gettext'), *args, **kwargs)
134 def gettext(__context, __string, **variables): function in function:_make_new_gettext
139 return gettext
154 """This extension adds gettext support to Jinja2."""
161 # something is called twice here. One time for the gettext value and
177 gettext = getattr(translations, 'ugettext', None)
178 if gettext is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 4 import gettext namespace
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 4 import gettext namespace
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]

Completed in 1934 milliseconds

1 2