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

  /external/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
_limits.h 217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
  /ndk/sources/android/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
_limits.h 217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
  /external/stlport/test/unit/
macro_checks.cpp 73 #if !defined (WCHAR_MIN)
74 # error Missing WCHAR_MIN definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
  /ndk/sources/android/stlport/test/unit/
macro_checks.cpp 73 #if !defined (WCHAR_MIN)
74 # error Missing WCHAR_MIN definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
  /bionic/libc/include/
wchar.h 74 #define WCHAR_MIN INT_MIN
  /development/ndk/platforms/android-3/include/
wchar.h 74 #define WCHAR_MIN 0
  /development/ndk/platforms/android-8/include/
wchar.h 74 #define WCHAR_MIN 0
  /development/ndk/platforms/android-9/include/
wchar.h 74 #define WCHAR_MIN INT_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
wchar.h 74 #define WCHAR_MIN 0

Completed in 119 milliseconds