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

/external/libcxx/test/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/depr/depr.c.headers/
H A Dwctype_h.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
H A Dwchar_h.pass.cpp27 #ifndef WEOF
28 #error WEOF not defined
/external/libcxx/test/strings/c.strings/
H A Dcwctype.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
H A Dcwchar.pass.cpp27 #ifndef WEOF
28 #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/srec/portable/include/
H A DPFile.h63 #define PEOF WEOF
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c164 # define WEOF EOF macro
/external/libxml2/
H A Dtrio.c164 # define WEOF EOF macro
/external/stlport/test/unit/
H A Dcodecvt_test.cpp7 # include <cstdio> // for WEOF
503 CPPUNIT_CHECK( ch != (int)WEOF );
/external/libcxx/src/
H A Dlocale.cpp1342 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault;
1355 *dest = r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault;

Completed in 628 milliseconds