Lines Matching full:wide
37 .Nd multibyte and wide character manipulation functions
50 wide characters and
52 Wide characters are an internal representation
66 governs the interpretation of wide and multibyte characters.
72 type is wide enough to hold the largest value
73 in the wide character representations for all locales.
103 the wide character with value 0
104 (the null wide character)
105 is recognized as the wide character string terminator,
117 .It Xr mbrtowc 3 Ta "convert a character to a wide-character code (restartable)"
118 .It Xr mbsrtowcs 3 Ta "convert a character string to a wide-character string (restartable)"
119 .It Xr mbstowcs 3 Ta "convert a character string to a wide-character string"
120 .It Xr mbtowc 3 Ta "convert a character to a wide-character code"
121 .It Xr wcrtomb 3 Ta "convert a wide-character code to a character (restartable)"
122 .It Xr wcstombs 3 Ta "convert a wide-character string to a character string"
123 .It Xr wcsrtombs 3 Ta "convert a wide-character string to a character string (restartable)"
124 .It Xr wctomb 3 Ta "convert a wide-character code to a character"