fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / string / wcstrings.tex
blobad0a607885b3eb6fe6ea99d8aa3e256c2b7459cc
1 @node Wchar strings
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}.
8 @menu
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
33 @end menu
35 @page
36 @include string/wmemchr.def
38 @page
39 @include string/wmemcmp.def
41 @page
42 @include string/wmemcpy.def
44 @page
45 @include string/wmemmove.def
47 @page
48 @include string/wmemset.def
50 @page
51 @include string/wcscat.def
53 @page
54 @include string/wcschr.def
56 @page
57 @include string/wcscmp.def
59 @page
60 @include string/wcscoll.def
62 @page
63 @include string/wcscpy.def
65 @page
66 @include string/wcscspn.def
68 @page
69 @include string/wcslcat.def
71 @page
72 @include string/wcslcpy.def
74 @page
75 @include string/wcslen.def
77 @page
78 @include string/wcsncat.def
80 @page
81 @include string/wcsncmp.def
83 @page
84 @include string/wcsncpy.def
86 @page
87 @include string/wcsnlen.def
89 @page
90 @include string/wcspbrk.def
92 @page
93 @include string/wcsrchr.def
95 @page
96 @include string/wcsspn.def
98 @page
99 @include string/wcsstr.def
101 @page
102 @include string/wcswidth.def
104 @page
105 @include string/wcwidth.def