HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /external/bison/
cfg.mk 54 bootstrap-tools = autoconf,automake,flex,gettext,gnulib
  /bionic/libc/tzcode/
private.h 543 ** The default is to use gettext if available, and use MSGID otherwise.
548 #define _(msgid) gettext(msgid)
  /external/e2fsprogs/misc/
e2initrd_helper.c 309 set_com_err_gettext(gettext);
dumpe2fs.c 615 set_com_err_gettext(gettext);
e2undo.c 314 set_com_err_gettext(gettext);
  /external/selinux/sandbox/
sandbox 42 import gettext
46 gettext.install(PROGNAME,
seunshare.c 35 #include <libintl.h> /* for gettext() */
36 #define _(msgid) gettext (msgid)
  /toolchain/binutils/binutils-2.25/libiberty/
obstack.c 413 # define _(Str) gettext (Str)
getopt.c 89 # define _(msgid) gettext (msgid)
regex.c 101 # undef gettext macro
102 # define gettext(msgid) __dcgettext ("libc", msgid, LC_MESSAGES) macro
105 # define gettext(msgid) (msgid) macro
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 107 len += printf(" %s", gettext(this->helparg));
137 gettext(this->helparg));
150 printf("%s\n", gettext(this->helpstring));
    [all...]
  /external/bison/lib/
quotearg.c 45 #include "gettext.h"
46 #define _(msgid) gettext (msgid)
bitset_stats.c 40 #include "gettext.h"
41 #define _(Msgid) gettext (Msgid)
  /external/e2fsprogs/resize/
main.c 277 set_com_err_gettext(gettext);
  /external/libusb/examples/getopt/
getopt.c 85 # define _(msgid) gettext (msgid)
  /external/selinux/python/sepolicy/
sepolicy.py 32 import gettext
36 gettext.install(PROGNAME,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 475 done using gettext. So we don't expose it to Python in the
556 "gettext(msg) -> string\n"
565 return PyString_FromString(gettext(in));
672 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 475 done using gettext. So we don't expose it to Python in the
556 "gettext(msg) -> string\n"
565 return PyString_FromString(gettext(in));
672 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 19 _ = fintl.gettext
41 xgettext recognizes the following keywords: gettext, dgettext, dcgettext,
44 internationalized C source includes a #define for gettext() to _() so that
48 gettext("Translatable String")
56 [2] http://www.gnu.org/software/gettext/gettext.html
  /external/e2fsprogs/e2fsck/
e2fsck.h 45 #define _(a) (gettext (a))
  /external/python/cpython2/Modules/
_localemodule.c 476 done using gettext. So we don't expose it to Python in the
557 "gettext(msg) -> string\n"
566 return PyString_FromString(gettext(in));
673 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS,
  /external/python/cpython2/Tools/i18n/
pygettext.py 19 _ = fintl.gettext
41 xgettext recognizes the following keywords: gettext, dgettext, dcgettext,
44 internationalized C source includes a #define for gettext() to _() so that
48 gettext("Translatable String")
56 [2] http://www.gnu.org/software/gettext/gettext.html
  /external/selinux/python/semanage/
semanage 32 import gettext
36 gettext.install(PROGNAME,
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 555 error (0, 0, gettext ("while reading i386 CPU description: %s at line %d"),
556 gettext (s), i386_lineno);
    [all...]
  /external/selinux/gui/
polgengui.py 66 import gettext
70 gettext.install(PROGNAME,
    [all...]

Completed in 1170 milliseconds

1 2 3 4 56 7 8