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

  /external/chromium_org/third_party/mesa/src/src/glsl/
strtod.c 51 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
  /external/mesa3d/src/glsl/
strtod.c 51 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
  /ndk/sources/android/support/include/
locale.h 42 #define LC_CTYPE_MASK (1 << LC_CTYPE)
55 #define LC_ALL_MASK (LC_CTYPE_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 161 # define LC_CTYPE_MASK (1 << __LC_CTYPE)
173 # define LC_ALL_MASK (LC_CTYPE_MASK \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 161 # define LC_CTYPE_MASK (1 << __LC_CTYPE)
173 # define LC_ALL_MASK (LC_CTYPE_MASK \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 161 # define LC_CTYPE_MASK (1 << __LC_CTYPE)
173 # define LC_ALL_MASK (LC_CTYPE_MASK \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 22 #define LC_CTYPE_MASK _M_CTYPE
28 | LC_CTYPE_MASK \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 16 #define LC_CTYPE_MASK (1<<1)
21 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.c 548 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
  /external/mesa3d/src/mesa/main/
imports.c 548 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 223 ret->lc_ctype = (mask & LC_CTYPE_MASK) ? p->lc_ctype : base->lc_ctype;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 62 return (struct _Locale_ctype*)newlocale(LC_CTYPE_MASK, nm, NULL);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 62 return (struct _Locale_ctype*)newlocale(LC_CTYPE_MASK, nm, NULL);

Completed in 374 milliseconds