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

1 2 3

  /external/elfutils/bionic-fixup/
libintl.h 21 #define gettext(x) (x) macro
  /external/selinux/sepolgen/src/sepolgen/
sepolgeni18n.py 21 import gettext namespace
22 t = gettext.translation( 'yumex' )
23 _ = t.gettext
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
sepolgeni18n.py 21 import gettext namespace
22 t = gettext.translation( 'yumex' )
23 _ = t.gettext
  /toolchain/binutils/binutils-2.25/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/avahi/avahi-common/
i18n.h 43 #define gettext(String) (String) 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.11-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
  /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.25/bfd/hosts/
alphavms.h 56 #define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.25/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.25/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
  /external/selinux/policycoreutils/gui/
mappingsPage.py 31 import gettext namespace
32 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
33 gettext.textdomain(PROGNAME)
35 gettext.install(PROGNAME,
usersPage.py 33 import gettext namespace
34 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
35 gettext.textdomain(PROGNAME)
37 gettext.install(PROGNAME, localedir="/usr/share/locale", unicode=1)
domainsPage.py 35 import gettext namespace
36 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
37 gettext.textdomain(PROGNAME)
39 gettext.install(PROGNAME,
fcontextPage.py 51 import gettext namespace
52 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
53 gettext.textdomain(PROGNAME)
55 gettext.install(PROGNAME,
loginsPage.py 33 import gettext namespace
34 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
35 gettext.textdomain(PROGNAME)
37 gettext.install(PROGNAME,
  /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/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.25/bfd/
sysdep.h 185 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
204 # define gettext(Msgid) (Msgid) macro
  /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]*\\?)$')
  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 153 # define _(String) gettext (String)
160 # define gettext(Msgid) (Msgid)
159 # define gettext macro
  /toolchain/binutils/binutils-2.25/gold/
system.h 40 # define _(String) gettext (String)
49 # define gettext(Msgid) (Msgid) macro

Completed in 604 milliseconds

1 2 3