2 @chapter Wide Character Strings (@file
{wchar.h
})
4 This chapter describes wide-character string-handling functions and
5 managing areas of memory containing wide-characters. The corresponding
6 declarations are in @file
{wchar.h
}.
9 * wmemchr:: Find wide-character in memory
10 * wmemcmp:: Compare two wide-character memory areas
11 * wmemcpy:: Copy wide-character memory regions
12 * wmemmove:: Move possibly overlapping wide-character memory
13 * wmemset:: Set an area of memory to a specified wide-character
14 * wcscat:: Concatenate wide-character strings
15 * wcschr:: Search for wide-character in string
16 * wcscmp:: Wide-character string compare
17 * wcscoll:: Locale specific Wide-character string compare
18 * wcscpy:: Copy wide-character string
19 * wcscspn:: Count wide-chars not in string
20 * wcslcat:: Concatenate wide-character strings to specified length
21 * wcslcpy:: Copy wide-character string to specified length
22 * wcslen:: Wide-character string length
23 * wcsncat:: Concatenate wide-character strings
24 * wcsncmp:: Wide-character string compare
25 * wcsncpy:: Counted copy wide-character string
26 * wcsnlen:: Wide-character string length with maximum limit
27 * wcspbrk:: Find wide-chars in string
28 * wcsrchr:: Reverse search for wide-character in string
29 * wcsspn:: Find initial match in wide-character string
30 * wcsstr:: Find wide-character string segment
31 * wcswidth:: Number of column positions of a wide-character string
32 * wcwidth:: Number of column positions of a wide-character code
36 @include string/wmemchr.def
39 @include string/wmemcmp.def
42 @include string/wmemcpy.def
45 @include string/wmemmove.def
48 @include string/wmemset.def
51 @include string/wcscat.def
54 @include string/wcschr.def
57 @include string/wcscmp.def
60 @include string/wcscoll.def
63 @include string/wcscpy.def
66 @include string/wcscspn.def
69 @include string/wcslcat.def
72 @include string/wcslcpy.def
75 @include string/wcslen.def
78 @include string/wcsncat.def
81 @include string/wcsncmp.def
84 @include string/wcsncpy.def
87 @include string/wcsnlen.def
90 @include string/wcspbrk.def
93 @include string/wcsrchr.def
96 @include string/wcsspn.def
99 @include string/wcsstr.def
102 @include string/wcswidth.def
105 @include string/wcwidth.def