Indicates the type for holding the necessary state of conversion between sequences of multibyte characters and wide characters. |
||
Equivalent to fwprintf with the variable argument list replaced by va_list. |
||
Converts the output format and writes data to an array of wide characters. |
||
Equivalent to swprintf with the variable argument list replaced by va_list. |
||
Equivalent to fwprintf with stdout added as an argument before the specified arguments. |
||
Equivalent to wprintf with the variable argument list replaced by va_list. |
||
Inputs and converts data from the stream under control of the wide string and assigns it to an object. |
||
vfwscanf <-lang=c99> |
Equivalent to fwscanf with the variable argument list replaced by va_list. |
|
Converts data under control of the wide string and assigns it to an object. |
||
vswscanf <-lang=c99> |
Equivalent to swscanf with the variable argument list replaced by va_list. |
|
Equivalent to fwscanf with stdin added as an argument before the specified arguments. |
||
vwscanf <-lang=c99> |
Equivalent to wscanf with the variable argument list replaced by va_list. |
|
Inputs a wide character as the wchar_t type and converts it to the wint_t type. |
||
Equivalent to putwc with stdout specified as the second argument. |
||
These convert the initial part of a wide string to double, float, or long double representation. |
||
These convert the initial part of a wide string to long int, long long int, unsigned long int, or unsigned long long int representation. |
||
Copies a wide string and appends it to the end of another wide string. |
||
Copies a wide string with n or fewer wide characters and appends it to the end of another wide character string. |
||
Searches for a specified wide string in another wide string. |
||
Checks if a wide string contains another specified wide string. |
||
Searches for the first occurrence of a specified wide string in another wide string. |
||
Searches for the last occurrence of a specified wide character in a wide string. |
||
Calculates the length of the maximum initial segment of a wide string, which consists of specified wide characters. |
||
Searches for the first occurrence of a specified sequence of wide characters in a wide string. |
||
Divides a wide string into a sequence of tokens delimited by a specified wide character. |
||
Searches for the first occurrence of a specified wide character within the first n wide characters in an object. |
||
Checks if a specified object indicates the initial conversion state. |
||