/external/dnsmasq/bld/ |
install-mo | 4 $2 -m 755 -d $1/${f%.mo}/LC_MESSAGES 5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo 6 echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
lcmessage.m4 | 19 # Check whether LC_MESSAGES is available in <locale.h>. 23 AC_CACHE_CHECK([for LC_MESSAGES], gt_cv_val_LC_MESSAGES, 24 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], 28 [Define if your <locale.h> file defines LC_MESSAGES.])
|
/external/elfutils/m4/ |
lcmessage.m4 | 21 # Check whether LC_MESSAGES is available in <locale.h>. 25 AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, 26 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], 30 [Define if your <locale.h> file defines LC_MESSAGES.])
|
/ndk/sources/host-tools/make-3.81/config/ |
lcmessage.m4 | 21 # Check whether LC_MESSAGES is available in <locale.h>. 25 AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, 26 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], 30 [Define if your <locale.h> file defines LC_MESSAGES.])
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
libintl.h | 38 LC_MESSAGES locale. If not found, returns MSGID itself (the default 44 LC_MESSAGES locale. */ 103 /* We need LC_MESSAGES for `dgettext'. */ 113 dcgettext (domainname, msgid, LC_MESSAGES) 118 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
libintl.h | 38 LC_MESSAGES locale. If not found, returns MSGID itself (the default 44 LC_MESSAGES locale. */ 103 /* We need LC_MESSAGES for `dgettext'. */ 113 dcgettext (domainname, msgid, LC_MESSAGES) 118 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
libintl.h | 38 LC_MESSAGES locale. If not found, returns MSGID itself (the default 44 LC_MESSAGES locale. */ 103 /* We need LC_MESSAGES for `dgettext'. */ 113 dcgettext (domainname, msgid, LC_MESSAGES) 118 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
|
/external/bison/lib/ |
gettext.h | 119 pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 122 pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 125 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 130 npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 133 npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 136 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 198 dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) 200 dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) 243 dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) 245 dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 115 pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 118 pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 121 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) 126 npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 129 npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 132 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) 191 dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) 193 dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) 236 dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) 238 dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) [all...] |
/external/e2fsprogs/intl/ |
dgettext.c | 48 LC_MESSAGES locale. */ 52 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
|
dngettext.c | 48 LC_MESSAGES locale and skip message according to the plural form. */ 53 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
gettext.c | 52 LC_MESSAGES locale. If not found, returns MSGID itself (the default 57 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
|
ngettext.c | 54 LC_MESSAGES locale. If not found, returns MSGID itself (the default 59 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
libgettext.h | 66 # define LC_MESSAGES (-1) 92 LC_MESSAGES locale. If not found, returns MSGID itself (the default 98 LC_MESSAGES locale. */ 135 dcgettext (Domainname, Msgid, LC_MESSAGES)
|
os2compat.h | 45 /* Older versions of gettext used -1 as the value of LC_MESSAGES */
|
libgnuintl.h.in | 24 /* The LC_MESSAGES locale category is the category used by the functions 29 LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES 31 #if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun)) 32 # define LC_MESSAGES 1729 106 LC_MESSAGES locale. If not found, returns MSGID itself (the default 123 LC_MESSAGES locale. */
|
/external/elfutils/host-darwin-fixup/ |
AndroidFixup.h | 28 #include <locale.h> //LC_MESSAGES 57 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
|
/external/e2fsprogs/misc/ |
uuidgen.c | 44 setlocale(LC_MESSAGES, "");
|
mklost+found.c | 40 setlocale(LC_MESSAGES, "");
|
/external/e2fsprogs/tests/ |
test_config | 5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
|
/external/elfutils/libelf-po/ |
Makevars | 23 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
/bionic/libc/include/ |
locale.h | 41 LC_MESSAGES = 5,
|
/development/ndk/platforms/android-3/include/ |
locale.h | 41 LC_MESSAGES = 5,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
Makevars | 39 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
/external/e2fsprogs/lib/ss/ |
mk_cmds.sh.in | 13 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|