Home
last modified time | relevance | path

Searched refs:WEOF (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp17 #ifndef WEOF
18 #error WEOF not defined
Dcwchar.pass.cpp31 #ifndef WEOF
32 #error WEOF not defined
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp18 #ifndef WEOF
19 #error WEOF not defined
Dcwchar.pass.cpp31 #ifndef WEOF
32 #error WEOF not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp16 #ifndef WEOF
17 #error WEOF not defined
Dwchar_h.pass.cpp30 #ifndef WEOF
31 #error WEOF not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp15 #ifndef WEOF
16 #error WEOF not defined
Dwchar_h.pass.cpp28 #ifndef WEOF
29 #error WEOF not defined
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Deof.pass.cpp21 assert(std::char_traits<wchar_t>::eof() == WEOF); in main()
/external/llvm-project/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Deof.pass.cpp22 assert(std::char_traits<wchar_t>::eof() == WEOF); in main()
/external/libcxx/include/
Dcwctype19 WEOF
Dcwchar22 WEOF
D__string330 {return int_type(WEOF);}
/external/llvm-project/libcxx/include/
Dcwctype18 WEOF
Dcwchar21 WEOF
D__string507 {return int_type(WEOF);}
/external/e2fsprogs/intl/
Dprintf.c286 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
/external/python/cpython3/PC/
Dmsvcrtmodule.c403 if (res == WEOF) in msvcrt_ungetwch_impl()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1586 return out != (int)WEOF; in CompleteCharacter()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc197 SYMBOL(WEOF, None, <wchar.h>)
/external/libcxx/src/
Dlocale.cpp1431 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
1440 *dest = r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
/external/llvm-project/libcxx/src/
Dlocale.cpp1444 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
1453 *dest = r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
/external/libxml2/
Dtrio.c174 # define WEOF EOF macro