/freebsd/include/xlocale/ |
H A D | _uchar.h | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | Makefile | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
/freebsd/include/ |
H A D | uchar.h | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | Makefile | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
/freebsd/lib/libc/locale/ |
H A D | mbrtoc16.c | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | mbrtoc32.c | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | wcrtomb.3 | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | c16rtomb.c | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | c32rtomb.c | 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | mbrtowc.3 | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | xlocale_private.h | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | Symbol.map | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
H A D | Makefile.inc | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|
/freebsd/sys/sys/ |
H A D | _types.h | diff 50c77c6e8b152e463f99c4e9225f5603c02d979c Tue May 21 21:59:37 CEST 2013 Ed Schouten <ed@FreeBSD.org> Add <uchar.h>.
The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc().
While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions.
Reviewed by: theraven
|