HomeSort by: relevance | last modified time | path
    Searched refs:wchar (Results 1 - 25 of 744) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gnulib/import/
wmemchr.c 21 #include <wchar.h>
mbsrtowcs-state.c 20 #include <wchar.h>
mbtowc.c 24 #include <wchar.h>
lc-charset-dispatch.h 19 #include <wchar.h>
mbsrtowcs.c 21 #include <wchar.h>
wmempcpy.c 20 #include <wchar.h>
  /src/external/gpl3/gdb.old/dist/gnulib/import/
wmemchr.c 21 #include <wchar.h>
mbsrtowcs-state.c 20 #include <wchar.h>
mbtowc.c 24 #include <wchar.h>
lc-charset-dispatch.h 19 #include <wchar.h>
mbsrtowcs.c 21 #include <wchar.h>
wmempcpy.c 20 #include <wchar.h>
  /src/external/bsd/less/dist/lesstest/
wchar.h 2 void store_wchar(byte** p, wchar ch);
3 wchar load_wchar(const byte** p);
4 wchar read_wchar(int fd);
5 int is_wide_char(wchar ch);
6 int is_composing_char(wchar ch);
7 int is_combining_char(wchar ch1, wchar ch2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 20 #include <wchar.h>
24 wchar_t wchar = -1; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 20 #include <wchar.h>
24 wchar_t wchar = -1; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
printf-wchar_t.c 18 #include <wchar.h>
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
printf-wchar_t.c 18 #include <wchar.h>
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8-conv.c 96 ldap_x_utf8_to_wc ( wchar_t *wchar, const char *utf8char )
119 if (wchar) *wchar = ch;
181 ldap_x_wc_to_utf8 ( char *utf8char, wchar_t wchar, size_t count )
187 if( wchar < 0 )
189 if( wchar < 0x80 )
191 if( wchar < 0x800 )
193 if( wchar < 0x10000 )
195 if( wchar < 0x200000 )
197 if( wchar < 0x4000000 )
349 wchar_t wchar; local
422 wchar_t wchar; local
    [all...]
  /src/external/bsd/nvi/dist/clib/
iswblank.c 10 #include <wchar.h>
  /src/sys/fs/ntfs/
ntfs_conv.c 54 wchar
57 return (wchar) wget_utf8(str, sz);
66 ntfs_utf8_wput(char *s, size_t n, wchar wc)
76 ntfs_utf8_wcmp(wchar wc1, wchar wc2)
  /src/lib/libc/stdio/
getwc.c 37 #include <wchar.h>
getwchar.c 37 #include <wchar.h>
putwchar.c 37 #include <wchar.h>
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mbswidth.h 21 in UnixWare 7.1.1 <wchar.h>. We need this #include before the #define
23 However, we don't want to #include <wchar.h> on all platforms because
25 <wchar.h>.
27 <wchar.h>. */
29 # include <wchar.h>
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
mbswidth.h 21 in UnixWare 7.1.1 <wchar.h>. We need this #include before the #define
23 However, we don't want to #include <wchar.h> on all platforms because
25 <wchar.h>.
27 <wchar.h>. */
29 # include <wchar.h>

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>