HomeSort by relevance Sort by last modified time
    Searched refs:WCHAR_MIN (Results 101 - 125 of 185) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 221 /* WCHAR_MIN should be 0 if wchar_t is an unsigned type and
225 #ifndef WCHAR_MIN
227 # define WCHAR_MIN 0
229 # define WCHAR_MIN (-WCHAR_MAX-1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 160 #ifndef WCHAR_MIN /* also in wchar.h */
161 #define WCHAR_MIN 0U
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
min.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
min.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
min.pass.cpp 40 test<wchar_t>(WCHAR_MIN);
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /external/libusb/msvc/
stdint.h 211 #ifndef WCHAR_MIN /* also in wchar.h */
212 #define WCHAR_MIN 0U
  /external/libvncserver/compat/msvc/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /external/mesa3d/include/c99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 256 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
257 #ifndef WCHAR_MIN // [
258 # define WCHAR_MIN 0
259 #endif // WCHAR_MIN ]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 272 # ifndef WCHAR_MIN
274 # define WCHAR_MIN __WCHAR_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 272 # ifndef WCHAR_MIN
274 # define WCHAR_MIN __WCHAR_MIN
  /external/bison/darwin-lib/
stdint.h 543 /* Get WCHAR_MIN, WCHAR_MAX.
548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MIN
560 #define WCHAR_MIN \
  /external/bison/lib/
stdint.in.h 542 /* Get WCHAR_MIN, WCHAR_MAX.
547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
557 #undef WCHAR_MIN
559 #define WCHAR_MIN \
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 119 #ifndef WCHAR_MIN
120 # define WCHAR_MIN 0
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 15 WCHAR_MIN Minimum value of a wide char.
210 #ifndef WCHAR_MIN
215 #define WCHAR_MIN 0
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__

Completed in 858 milliseconds

1 2 3 45 6 7 8