Home
last modified time | relevance | path

Searched hist:"50 c77c6e8b152e463f99c4e9225f5603c02d979c" (Results 1 – 14 of 14) sorted by relevance

/freebsd/include/xlocale/
H A D_uchar.h50c77c6e8b152e463f99c4e9225f5603c02d979c 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 DMakefilediff 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 Duchar.h50c77c6e8b152e463f99c4e9225f5603c02d979c 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 DMakefilediff 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 Dmbrtoc16.c50c77c6e8b152e463f99c4e9225f5603c02d979c 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 Dmbrtoc32.c50c77c6e8b152e463f99c4e9225f5603c02d979c 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 Dwcrtomb.3diff 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 Dc16rtomb.c50c77c6e8b152e463f99c4e9225f5603c02d979c 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 Dc32rtomb.c50c77c6e8b152e463f99c4e9225f5603c02d979c 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 Dmbrtowc.3diff 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 Dxlocale_private.hdiff 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 DSymbol.mapdiff 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 DMakefile.incdiff 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.hdiff 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