HomeSort by relevance Sort by last modified time
    Searched refs:LC_MESSAGES_MASK (Results 1 - 9 of 9) sorted by null

  /ndk/sources/android/support/include/
locale.h 47 #define LC_MESSAGES_MASK (1 << LC_MESSAGES)
60 | LC_MESSAGES_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 166 # define LC_MESSAGES_MASK (1 << __LC_MESSAGES)
178 | LC_MESSAGES_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 166 # define LC_MESSAGES_MASK (1 << __LC_MESSAGES)
178 | LC_MESSAGES_MASK \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 166 # define LC_MESSAGES_MASK (1 << __LC_MESSAGES)
178 | LC_MESSAGES_MASK \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 26 #define LC_MESSAGES_MASK _M_MESSAGES
29 | LC_MESSAGES_MASK \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 17 #define LC_MESSAGES_MASK (1<<2)
21 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 224 ret->lc_messages = (mask & LC_MESSAGES_MASK) ? p->lc_messages : base->lc_messages;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 100 return (struct _Locale_messages*)newlocale(LC_MESSAGES_MASK, nm, NULL);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 100 return (struct _Locale_messages*)newlocale(LC_MESSAGES_MASK, nm, NULL);

Completed in 791 milliseconds