|
wcscoll(3) -- Compare wide-character strings by using collation information
|
The wcscoll() function compares the two wide-character strings pointed to by the wcs1 and wcs2 parameters based on the collation values specified by the LC_COLLATE category of the program's current l... |
wcscpy(3) -- Perform operations on wide-character strings
|
The wcscat(), wcscmp(), and wcscpy() functions operate on null-terminated, wide-character strings. The string arguments to these functions are expected to contain a null wide character marking the end... |
wcscspn(3) -- Return the length of the initial segment
|
The wcsspn() and wcscspn() functions compute the number of wide characters in the initial segment of a wide-character string. The wcsspn() function considers the initial segment to consist of all wide... |
wcsftime(3) -- Convert a date and time to a string
|
The strftime() function places characters into the array pointed to by the s parameter as controlled by the string pointed to by the format parameter. Local time zone information is used as though the... |
wcslen(3) -- Find length of wide-character string
|
The wcslen() function returns the number of wide characters, excluding the terminating null wide character, in the string pointed to by the wstr parameter. |
wcsncat(3) -- Perform operations on widecharacter strings with a character count
|
The wcsncat(), wcsncmp(), and wcsncpy() functions operate on null-terminated, wide-character strings. The wcsncat() function appends wide characters from the wcstring2 parameter to the end of the wcst... |
wcsncmp(3) -- Perform operations on widecharacter strings with a character count
|
The wcsncat(), wcsncmp(), and wcsncpy() functions operate on null-terminated, wide-character strings. The wcsncat() function appends wide characters from the wcstring2 parameter to the end of the wcst... |
wcsncpy(3) -- Perform operations on widecharacter strings with a character count
|
The wcsncat(), wcsncmp(), and wcsncpy() functions operate on null-terminated, wide-character strings. The wcsncat() function appends wide characters from the wcstring2 parameter to the end of the wcst... |
wcspbrk(3) -- Locate the first occurrence of a wide character
|
The wcspbrk() function locates the first occurrence in the string pointed to by the wcs1 parameter of any wide character from the string pointed to by the wcs2 parameter. |
wcsrchr(3) -- Search for the first or last occurrence
|
The wcschr() function locates the first occurrence of the widecharacter parameter in the string pointed to by the wcstring parameter. The wcsrchr() function locates the last occurrence of the widechar... |
wcsrtombs(3) -- Convert a wide-character string into
|
The wcstombs() function converts a wide-character string into a multibyte-character string and stores the result in a location pointed to by the s parameter. The wcstombs() function stores only the nu... |
wcsspn(3) -- Return the length of the initial segment
|
The wcsspn() and wcscspn() functions compute the number of wide characters in the initial segment of a wide-character string. The wcsspn() function considers the initial segment to consist of all wide... |
wcsstr(3) -- Find a wide-character substring
|
The wcsstr() function locates the first occurrence in the wide-character string pointed to by the s1 parameter of the sequence of wide characters in the wide-character string pointed to by the s2 para... |