/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
eof.pass.cpp | 21 assert(std::char_traits<wchar_t>::eof() == WEOF);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
btowc.c | 37 return WEOF;
|
wctype.in.h | 62 # ifndef WEOF 63 # define WEOF -1
|
wchar.in.h | 87 # ifndef WEOF 88 # define WEOF -1
|
regex_internal.c | 197 <wc1> , WEOF , <wc2> , WEOF , <wc3> 198 We use WEOF for padding, they indicate that the position isn't 263 pstr->wcs[byte_idx++] = WEOF; 338 pstr->wcs[byte_idx++] = WEOF; 425 pstr->wcs[byte_idx + i] = WEOF; 453 pstr->wcs[byte_idx++] = WEOF; 495 wint_t wc = WEOF; 645 character at offset is and fill it with WEOF/255. */ 652 if (pstr->wcs[mid] != WEOF) [all...] |
regex_internal.h | 449 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF) 451 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \ 452 || (pstr)->wcs[(idx) + 1] != WEOF)) 816 if (pstr->wcs[idx + byte_idx] != WEOF)
|
/development/ndk/platforms/android-8/include/ |
wchar.h | 74 /* WEOF used to be defined as simply -1, which is 79 #define WEOF (-1) 81 #define WEOF ((wint_t)-1) 84 #define WEOF (-1) 86 #define WEOF ((wint_t)-1)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wctype_h.pass.cpp | 15 #ifndef WEOF 16 #error WEOF not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwctype.pass.cpp | 15 #ifndef WEOF 16 #error WEOF not defined
|
/ndk/sources/android/support/include/ |
wctype.h | 41 #define WEOF ((wint_t)(-1))
|
/development/ndk/platforms/android-3/include/ |
wchar.h | 74 /* WEOF used to be defined as simply -1, which is 79 #define WEOF (-1) 81 #define WEOF ((wint_t)-1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wctype.h | 38 # ifndef WEOF 39 # define WEOF (0xffffffffu)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
wctype.h | 38 # ifndef WEOF 39 # define WEOF (0xffffffffu)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wctype.h | 38 # ifndef WEOF 39 # define WEOF (0xffffffffu)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
wchar.h | 97 /* Similarly, WEOF used to be defined as simply -1, which is 104 #define WEOF (-1) 106 #define WEOF ((wint_t)-1)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
wchar.h | 97 /* Similarly, WEOF used to be defined as simply -1, which is 104 #define WEOF (-1) 106 #define WEOF ((wint_t)-1)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
wchar.h | 97 /* Similarly, WEOF used to be defined as simply -1, which is 104 #define WEOF (-1) 106 #define WEOF ((wint_t)-1)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
wchar.h | 97 /* Similarly, WEOF used to be defined as simply -1, which is 104 #define WEOF (-1) 106 #define WEOF ((wint_t)-1)
|
/external/bison/lib/ |
wctype.in.h | 79 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */ 82 # ifndef WEOF 83 # define WEOF -1 98 # ifndef WEOF 99 # define WEOF ((wint_t) -1) 436 The argument WC must be either a wchar_t value or WEOF. 485 The argument WC must be either a wchar_t value or WEOF.
|
/external/bison/darwin-lib/ |
wctype.h | 381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */ 384 # ifndef WEOF 385 # define WEOF -1 400 # ifndef WEOF 401 # define WEOF ((wint_t) -1) 738 The argument WC must be either a wchar_t value or WEOF. 787 The argument WC must be either a wchar_t value or WEOF.
|
/external/bison/linux-lib/ |
wctype.h | 381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */ 384 # ifndef WEOF 385 # define WEOF -1 400 # ifndef WEOF 401 # define WEOF ((wint_t) -1) 738 The argument WC must be either a wchar_t value or WEOF. 787 The argument WC must be either a wchar_t value or WEOF.
|
/bionic/libc/include/ |
wchar.h | 73 #define WEOF ((wint_t)(-1))
|
/development/ndk/platforms/android-9/include/ |
wchar.h | 68 #define WEOF ((wint_t)(-1))
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
wchar.h | 75 #define WEOF (-1)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
wchar.h | 75 #define WEOF (-1)
|