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

1 2 3 4 5 6

  /bionic/libc/include/bits/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /development/ndk/platforms/android-21/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
wchar_limits.h 37 # define WCHAR_MIN L'\0'
39 # define WCHAR_MIN (-(WCHAR_MAX) - 1)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/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...]
  /prebuilts/ndk/current/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)
93 # define WCHAR_MIN L'\0
    [all...]
  /prebuilts/ndk/current/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)
93 # define WCHAR_MIN L'\0
    [all...]
  /prebuilts/ndk/current/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)
93 # define WCHAR_MIN L'\0
    [all...]
  /prebuilts/ndk/current/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)
93 # define WCHAR_MIN L'\0
    [all...]

Completed in 669 milliseconds

1 2 3 4 5 6