Namespaces
Variants
Actions

Null-terminated wide strings

From cppreference.com
< c‎ | string

A null-terminated wide string is a sequence of valid wide characters, ending with a null-character.

Contents

[edit] Functions

Character classification
Defined in header <wctype.h>
checks if a wide character is alphanumeric
(function) [edit]
checks if a wide character is alphabetic
(function) [edit]
checks if a wide character is an lowercase character
(function) [edit]
checks if a wide character is an uppercase character
(function) [edit]
checks if a wide character is a digit
(function) [edit]
checks if a wide character is a hexadecimal character
(function) [edit]
checks if a wide character is a control character
(function) [edit]
checks if a wide character is a graphical character
(function) [edit]
checks if a wide character is a space character
(function) [edit]
checks if a wide character is a blank character
(function) [edit]
checks if a wide character is a printing character
(function) [edit]
checks if a wide character is a punctuation character
(function) [edit]
classifies a wide character according to the specified LC_CTYPE category
(function) [edit]
(C95)
looks up a character classification category in the current C locale
(function) [edit]
Character manipulation
Defined in header