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

1 2

  /external/elfutils/bionic-fixup/
libintl.h 21 #define gettext(x) (x) macro
  /toolchain/binutils/binutils-2.27/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
45 # define gettext(Msgid) (Msgid) macro
  /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
  /external/libexif/libexif/
i18n.h 37 # define gettext(String) (String) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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
  /toolchain/binutils/binutils-2.27/bfd/hosts/
alphavms.h 56 #define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.27/gas/
asintl.h 1 /* asintl.h - gas-specific header for gettext code.
38 # define _(String) gettext (String)
45 # define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.27/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 (msgid) function
libgnuintl.h 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
36 implementation of gettext. */
44 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
47 # undef gettext macro
66 necessary, because some systems define gettext/textdomain/... in the C
84 Since Solaris gettext() behaves differently than GNU gettext(), this
87 The redirection happens by default through macros in C, so that &gettext
90 class methods called 'gettext'. */
117 printf (gettext ("foo %y")). *
130 static inline char *gettext (const char *__msgid) function
136 # define gettext macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
51 # define _(msgid) gettext (msgid)
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 185 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
204 # define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 153 # define _(String) gettext (String)
160 # define gettext(Msgid) (Msgid)
159 # define gettext macro
  /toolchain/binutils/binutils-2.27/gold/
system.h 40 # define _(String) gettext (String)
49 # define gettext(Msgid) (Msgid) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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.
56 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext',
193 def gettext(self, message): member in class:NullTranslations
195 return self._fallback.gettext(message)
246 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
248 if "gettext" in names:
249 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_']
346 def gettext(self, message): member in class:GNUTranslations
568 def gettext(message): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/toybox/kconfig/
lkc.h 18 # define gettext(Msgid) ((const char *) (Msgid)) macro
41 #define _(text) gettext(text)
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/libmojo/third_party/jinja2/
ext.py 26 # 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 is None
    [all...]
  /external/python/cpython2/Lib/
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.
56 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext',
64 # The gettext library supports a small subset of C syntax. The only
68 # https://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
69 # http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/plural.
266 def gettext(self, message): member in class:NullTranslations
419 def gettext(self, message): member in class:GNUTranslations
641 def gettext(message): function
    [all...]
  /external/python/cpython3/Lib/
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.
56 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext',
64 # The gettext library supports a small subset of C syntax. The only
68 # https://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
69 # http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/plural.
265 def gettext(self, message): member in class:NullTranslations
438 def gettext(self, message): member in class:GNUTranslations
605 def gettext(message): function
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ld.h 48 # define _(String) gettext (String)
55 # define gettext(Msgid) (Msgid) macro

Completed in 698 milliseconds

1 2