HomeSort by relevance Sort by last modified time
    Searched refs:WCHAR_MIN (Results 1 - 25 of 72) sorted by null

1 2 3

  /bionic/libc/include/bits/
wchar_limits.h 39 # define WCHAR_MIN L'\0'
41 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /external/clang/test/Headers/
wchar_limits.cpp 9 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
10 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 172 #ifndef WCHAR_MIN /* Also possibly defined in <wchar.h> */
174 #define WCHAR_MIN INT32_MIN
  /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/r16/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/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 195 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
196 #ifndef WCHAR_MIN // [
197 # define WCHAR_MIN 0
198 #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.15-4.8/sysroot/usr/include/
stdint.h 272 # ifndef WCHAR_MIN
274 # define WCHAR_MIN __WCHAR_MIN
  /bionic/tests/headers/posix/
stdint_h.c 123 MACRO(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-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__
  /prebuilts/gcc/linux-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/linux-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__

Completed in 116 milliseconds

1 2 3