OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [string/] [wcstrings.tex] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
@node Wchar strings
2
@chapter Wide Character Strings (@file{wchar.h})
3
 
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}.
7
 
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
* wcpcpy::      Copy a wide-character string returning a pointer to its end
20
* wcscspn::     Count wide characters not in string
21
* wcslcat::     Concatenate wide-character strings to specified length
22
* wcslcpy::     Copy wide-character string to specified length
23
* wcslen::      Wide-character string length
24
* wcsncat::     Concatenate wide-character strings
25
* wcsncmp::     Wide-character string compare
26
* wcsncpy::     Counted copy wide-character string
27
* wcpncpy::     Copy part of a wide-character string returning a pointer to its end
28
* wcsnlen::     Wide-character string length with maximum limit
29
* wcspbrk::     Find wide characters in string
30
* wcsrchr::     Reverse search for wide character in string
31
* wcsspn::      Find initial match in wide-character string
32
* wcsstr::      Find wide-character string segment
33
* wcstok::      Tokenize wide-character string
34
* wcswidth::    Number of column positions of a wide-character string
35
* wcsxfrm::     Locale-specific wide-character string transformation
36
* wcwidth::     Number of column positions of a wide-character code
37
@end menu
38
 
39
@page
40
@include string/wmemchr.def
41
 
42
@page
43
@include string/wmemcmp.def
44
 
45
@page
46
@include string/wmemcpy.def
47
 
48
@page
49
@include string/wmemmove.def
50
 
51
@page
52
@include string/wmemset.def
53
 
54
@page
55
@include string/wcscat.def
56
 
57
@page
58
@include string/wcschr.def
59
 
60
@page
61
@include string/wcscmp.def
62
 
63
@page
64
@include string/wcscoll.def
65
 
66
@page
67
@include string/wcscpy.def
68
 
69
@page
70
@include string/wcpcpy.def
71
 
72
@page
73
@include string/wcscspn.def
74
 
75
@page
76
@include string/wcslcat.def
77
 
78
@page
79
@include string/wcslcpy.def
80
 
81
@page
82
@include string/wcslen.def
83
 
84
@page
85
@include string/wcsncat.def
86
 
87
@page
88
@include string/wcsncmp.def
89
 
90
@page
91
@include string/wcsncpy.def
92
 
93
@page
94
@include string/wcpncpy.def
95
 
96
@page
97
@include string/wcsnlen.def
98
 
99
@page
100
@include string/wcspbrk.def
101
 
102
@page
103
@include string/wcsrchr.def
104
 
105
@page
106
@include string/wcsspn.def
107
 
108
@page
109
@include string/wcsstr.def
110
 
111
@page
112
@include string/wcstok.def
113
 
114
@page
115
@include string/wcswidth.def
116
 
117
@page
118
@include string/wcsxfrm.def
119
 
120
@page
121
@include string/wcwidth.def
122
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.