Searched refs:wchar (Results 1 – 25 of 60) sorted by relevance
123
/external/bison/m4/ |
D | wctype_h.m4 | 43 included before <wchar.h>. 45 must be included before <wchar.h>. */ 49 #include <wchar.h> 89 included before <wchar.h>. 91 must be included before <wchar.h>. */ 95 #include <wchar.h> 118 dnl if the type wctype_t is defined in <wchar.h> or in <wctype.h> if that 120 dnl HP-UX 11.00 declares all these in <wchar.h> and lacks <wctype.h>. 125 included before <wchar.h>. 127 must be included before <wchar.h>. */ [all …]
|
D | wchar_h.m4 | 1 dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues. 16 dnl Prepare for creating substitute <wchar.h>. 17 dnl Check for <wchar.h> (missing in Linux uClibc when built without wide 19 dnl <wchar.h> is always overridden, because of GNULIB_POSIXCHECK. 20 gl_CHECK_NEXT_HEADERS([wchar.h]) 42 <wchar.h>. 44 included before <wchar.h>. */ 50 #include <wchar.h> 60 dnl Check whether <wchar.h> is usable at all. 63 dnl Test whether <wchar.h> suffers due to the transition from '__inline' to [all …]
|
D | mbswidth.m4 | 12 AC_CHECK_HEADERS_ONCE([wchar.h]) 15 dnl UnixWare 7.1.1 <wchar.h> has a declaration of a function mbswidth() 17 AC_CACHE_CHECK([whether mbswidth is declared in <wchar.h>], 23 <wchar.h>. 25 before <wchar.h>. */ 29 #include <wchar.h> 43 [Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0 otherwise.])
|
D | mbstate_t.m4 | 9 # BeOS 5 has <wchar.h> but does not define mbstate_t, 24 <wchar.h>. 26 included before <wchar.h>. */ 30 #include <wchar.h>]], 36 [Define to 1 if <wchar.h> declares mbstate_t.]) 39 [Define to a type if <wchar.h> does not define.])
|
D | wcwidth.m4 | 12 dnl Persuade glibc <wchar.h> to declare wcwidth(). 18 AC_CHECK_HEADERS_ONCE([wchar.h]) 25 <wchar.h>. 27 before <wchar.h>. */ 31 #include <wchar.h> 52 <wchar.h>. 54 before <wchar.h>. */ 58 #include <wchar.h>
|
D | mbrtowc.m4 | 20 <wchar.h>. 22 included before <wchar.h>. */ 26 #include <wchar.h> 29 dnl On Minix 3.1.8, the system's <wchar.h> declares mbrtowc() although 132 <wchar.h>. 134 included before <wchar.h>. */ 138 #include <wchar.h> 189 <wchar.h>. 191 included before <wchar.h>. */ 195 #include <wchar.h> [all …]
|
D | wint_t.m4 | 8 dnl Test whether <wchar.h> has the 'wint_t' type. 18 <wchar.h>. 20 before <wchar.h>. */ 24 #include <wchar.h>
|
D | mbsinit.m4 | 20 <wchar.h>. 22 included before <wchar.h>. */ 26 #include <wchar.h> 29 dnl On Minix 3.1.8, the system's <wchar.h> declares mbsinit() although
|
D | iswblank.m4 | 16 <wchar.h>. 18 before <wchar.h>. */ 22 #include <wchar.h>
|
D | stdint.m4 | 30 dnl Check for <wchar.h>, in the same way as gl_WCHAR_H does. 31 AC_CHECK_HEADERS_ONCE([wchar.h]) 74 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */ 433 included before <wchar.h>. */ 439 # include <wchar.h> 468 dnl In this case gnulib's <wchar.h> and <wctype.h> override wint_t.
|
/external/toybox/toys/posix/ |
D | wc.c | 72 wchar_t wchar; in do_wc() local 75 clen = mbrtowc(&wchar, toybuf+i, len-i, 0); in do_wc() 82 space = iswspace(wchar); in do_wc()
|
/external/google-breakpad/src/common/android/testing/include/ |
D | wchar.h | 39 #include_next <wchar.h>
|
/external/bison/lib/ |
D | gnulib.mk | 2704 BUILT_SOURCES += wchar.h 2708 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 2757 < $(srcdir)/wchar.in.h | \ 2817 MOSTLYCLEANFILES += wchar.h wchar.h-t 2819 EXTRA_DIST += wchar.in.h
|
D | Makefile.in | 1503 $(LIBUNISTRING_UNITYPES_H) $(LIBUNISTRING_UNIWIDTH_H) wchar.h \ 1561 vsnprintf.c vsprintf.c waitpid.c wchar.in.h wctype.in.h \ 1573 unitypes.h unitypes.h-t uniwidth.h uniwidth.h-t wchar.h \ 1574 wchar.h-t wctype.h wctype.h-t 3446 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 3495 < $(srcdir)/wchar.in.h | \
|
/external/ltrace/testsuite/ltrace.minor/ |
D | Makefile.am | 25 trace-irelative.exp wchar.exp
|
/external/dbus/ |
D | README.wince | 56 implemented, or dbus daemon could use the wchar interface more
|
/external/libcxx/include/ |
D | cstdlib | 74 int wctomb(char* s, wchar_t wchar);
|
D | iosfwd | 90 #include <wchar.h> // for mbstate_t
|
/external/bison/ |
D | configure | 3659 as_fn_append ac_header_list " wchar.h" 11504 <wchar.h>. 11506 included before <wchar.h>. */ 12264 <wchar.h>. 12266 before <wchar.h>. */ 14189 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */ 14196 included before <wchar.h>. */ 14360 included before <wchar.h>. */ 14483 included before <wchar.h>. */ 14574 included before <wchar.h>. */ [all …]
|
/external/bison/darwin-lib/ |
D | wchar.h | 47 #include_next <wchar.h> 79 # include_next <wchar.h>
|
/external/bison/linux-lib/ |
D | wchar.h | 47 #include_next <wchar.h> 79 # include_next <wchar.h>
|
/external/icu/icu4c/source/ |
D | configure.ac | 933 AC_CHECK_HEADER(wchar.h) 940 AC_DEFINE([HAVE_WCHAR_H], [1], [wchar.h was found.]) 942 # Some broken systems have wchar.h but not some of its functions... 961 #include <wchar.h> 967 AC_MSG_ERROR(There is wchar.h but the size of wchar_t is 0)
|
/external/google-breakpad/src/common/ |
D | common.gyp | 54 'android/testing/include/wchar.h',
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-internal.h | 244 GTEST_API_ String FormatForFailureMessage(wchar_t wchar);
|
/external/expat/ |
D | README | 78 ./configure CFLAGS="-g -O2 -fshort-wchar" \
|
123