HomeSort by relevance Sort by last modified time
    Searched full:lc_messages (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /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.])
  /toolchain/binutils/binutils-2.27/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.])
  /external/autotest/client/profilers/powertop/src/po/
Makefile 18 mkdir -p $(DESTDIR)$(LOCALESDIR)/$*/LC_MESSAGES/
19 -cp -f $< $(DESTDIR)$(LOCALESDIR)/$*/LC_MESSAGES/powertop.mo
  /external/libxml2/result/noent/
rdf1 66 /usr/share/locale/de/LC_MESSAGES/rpm.mo
67 /usr/share/locale/fr/LC_MESSAGES/rpm.mo
68 /usr/share/locale/pt-br/LC_MESSAGES/rpm.mo
69 /usr/share/locale/sv/LC_MESSAGES/rpm.mo
70 /usr/share/locale/tr/LC_MESSAGES/rpm.mo
  /external/libxml2/result/
rdf1 66 /usr/share/locale/de/LC_MESSAGES/rpm.mo
67 /usr/share/locale/fr/LC_MESSAGES/rpm.mo
68 /usr/share/locale/pt-br/LC_MESSAGES/rpm.mo
69 /usr/share/locale/sv/LC_MESSAGES/rpm.mo
70 /usr/share/locale/tr/LC_MESSAGES/rpm.mo
  /external/libxml2/test/
rdf1 66 /usr/share/locale/de/LC_MESSAGES/rpm.mo
67 /usr/share/locale/fr/LC_MESSAGES/rpm.mo
68 /usr/share/locale/pt-br/LC_MESSAGES/rpm.mo
69 /usr/share/locale/sv/LC_MESSAGES/rpm.mo
70 /usr/share/locale/tr/LC_MESSAGES/rpm.mo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/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);
  /toolchain/binutils/binutils-2.27/intl/
dgettext.c 48 LC_MESSAGES locale. */
54 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
dngettext.c 48 LC_MESSAGES locale and skip message according to the plural form. */
56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
gettext.c 52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
ngettext.c 54 LC_MESSAGES locale. If not found, returns MSGID itself (the default
62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
  /bionic/libc/include/
locale.h 45 #define LC_MESSAGES 5
59 #define LC_MESSAGES_MASK (1 << LC_MESSAGES)
  /external/libcxx/include/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 60 // newloc->lc_messages = loc->lc_messages;

Completed in 1673 milliseconds

1 2 3 4 5 6 7 8 91011