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

1 2 3 4 5 6

  /bionic/libc/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /development/ndk/platforms/android-3/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
93 # define WCHAR_MIN L'\0
    [all...]
  /development/ndk/platforms/android-L/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
_wchar_limits.h 33 /* WCHAR_MIN / WCHAR_MAX can be defined by <stdint.h> or <wchar.h>.
36 * - In NDK r8e and older, all definitions of WCHAR_MIN and WCHAR_MAX
46 * compiling C (not C++). Also, the definitions of WCHAR_MIN and
52 * <stdint.h> would only define WCHAR_MIN and WCHAR_MAX when:
59 * - When compiling C sources, WCHAR_MIN / WCHAR_MAX were always
73 #if !defined(WCHAR_MIN)
77 # define WCHAR_MIN 0
80 # define WCHAR_MIN (-2147483647 - 1)
84 # define WCHAR_MIN (-2147483647 - 1)
102 # define WCHAR_MIN __WCHAR_MIN_
    [all...]

Completed in 1251 milliseconds

1 2 3 4 5 6