Lines Matching full:character
37 .Nd multibyte and wide character manipulation functions
62 bytes in a multibyte character.
73 in the wide character representations for all locales.
81 but are lumped with a neighboring character.
103 the wide character with value 0
104 (the null wide character)
105 is recognized as the wide character string terminator,
106 and the character with value 0
108 is recognized as the multibyte character string terminator.
115 .It Xr mblen 3 Ta "get number of bytes in a character"
116 .It Xr mbrlen 3 Ta "get number of bytes in a character (restartable)"
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"