Searched refs:WEOF (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Deof.pass.cpp21 assert(std::char_traits<wchar_t>::eof() == WEOF);
/external/libcxx/test/std/depr/depr.c.headers/
H A Dwctype_h.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
H A Dwchar_h.pass.cpp28 #ifndef WEOF
29 #error WEOF not defined
/external/libcxx/test/std/strings/c.strings/
H A Dcwctype.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
H A Dcwchar.pass.cpp28 #ifndef WEOF
29 #error WEOF not defined
/external/bison/lib/
H A Dwctype.in.h79 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
82 # ifndef WEOF
83 # define WEOF -1 macro
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.
H A Dwchar.in.h101 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
104 # ifndef WEOF
105 # define WEOF -1
120 # ifndef WEOF
121 # define WEOF ((wint_t) -1)
H A Dstrtol.c270 if (thousands == WEOF)
/external/bison/darwin-lib/
H A Dwctype.h381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
384 # ifndef WEOF
385 # define WEOF -1 macro
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.
H A Dwchar.h413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
416 # ifndef WEOF
417 # define WEOF -1 macro
432 # ifndef WEOF
433 # define WEOF ((wint_t) -1) macro
/external/bison/linux-lib/
H A Dwctype.h381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
384 # ifndef WEOF
385 # define WEOF -1 macro
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.
H A Dwchar.h413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
416 # ifndef WEOF
417 # define WEOF -1 macro
432 # ifndef WEOF
433 # define WEOF ((wint_t) -1) macro
/external/e2fsprogs/intl/
H A Dprintf.c286 if (fputwc (result[i], stream) == WEOF)
/external/libxml2/
H A Dtrio.c174 # define WEOF EOF macro
/external/libcxx/src/
H A Dlocale.cpp1420 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault;
1429 *dest = r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault;

Completed in 1464 milliseconds