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

  /ndk/sources/android/support/include/
locale.h 45 #define LC_COLLATE_MASK (1 << LC_COLLATE)
58 | LC_COLLATE_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 164 # define LC_COLLATE_MASK (1 << __LC_COLLATE)
176 | LC_COLLATE_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 164 # define LC_COLLATE_MASK (1 << __LC_COLLATE)
176 | LC_COLLATE_MASK \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 164 # define LC_COLLATE_MASK (1 << __LC_COLLATE)
176 | LC_COLLATE_MASK \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 21 #define LC_COLLATE_MASK _M_COLLATE
27 #define LC_ALL_MASK ( LC_COLLATE_MASK \
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 26 #define LC_COLLATE_MASK (1 << LC_COLLATE)
113 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
125 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
142 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
  /external/libxslt/libxslt/
xsltlocale.c 26 #define LC_COLLATE_MASK (1 << LC_COLLATE)
113 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
125 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
142 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 15 #define LC_COLLATE_MASK (1<<0)
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 222 ret->lc_collate = (mask & LC_COLLATE_MASK) ? p->lc_collate : base->lc_collate;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 88 return (struct _Locale_collate*)newlocale(LC_COLLATE_MASK, nm, NULL);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 88 return (struct _Locale_collate*)newlocale(LC_COLLATE_MASK, nm, NULL);

Completed in 297 milliseconds