HomeSort by relevance Sort by last modified time
    Searched refs:__WCHAR_TYPE__ (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 42 #undef __WCHAR_TYPE__
43 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 67 #undef __WCHAR_TYPE__
68 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 67 #undef __WCHAR_TYPE__
68 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 67 #undef __WCHAR_TYPE__
68 #define __WCHAR_TYPE__ unsigned char
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 67 #undef __WCHAR_TYPE__
68 #define __WCHAR_TYPE__ unsigned char
  /external/clang/test/Sema/
format-strings-scanf.c 9 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 34 # elif defined __WCHAR_TYPE__
35 typedef __WCHAR_TYPE__ __gwchar_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 34 # elif defined __WCHAR_TYPE__
35 typedef __WCHAR_TYPE__ __gwchar_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 34 # elif defined __WCHAR_TYPE__
35 typedef __WCHAR_TYPE__ __gwchar_t;
  /external/mksh/src/
sh.h 420 #define utf_wcwidth(i) wcwidth((__WCHAR_TYPE__)i)
421 extern int wcwidth(__WCHAR_TYPE__);
    [all...]

Completed in 478 milliseconds

1 23