summaryrefslogtreecommitdiff
path: root/doc/c-locale.texi
blob: b9f62748738c45531c713c89523f3b0b2cc4f4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@node String Functions in C Locale
@subsection Character and String Functions in C Locale

The functions in this section are similar to the generic string functions
from the standard C library, except that
@itemize
@item
They behave as if the locale was set to the "C" locale, even when the
locale is different, and/or
@item
They are specially optimized for the case where all characters are plain
ASCII characters.
@end itemize

The functions are provided by the following modules.

@menu
* c-ctype::
* c-strcase::
* c-strcaseeq::
* c-strcasestr::
* c-strstr::
* c-strtod::
* c-strtold::
@end menu

@node c-ctype
@subsubsection c-ctype
@include c-ctype.texi

@node c-strcase
@subsubsection c-strcase
@include c-strcase.texi

@node c-strcaseeq
@subsubsection c-strcaseeq
@include c-strcaseeq.texi

@node c-strcasestr
@subsubsection c-strcasestr
@include c-strcasestr.texi

@node c-strstr
@subsubsection c-strstr
@include c-strstr.texi

@node c-strtod
@subsubsection c-strtod
@include c-strtod.texi

@node c-strtold
@subsubsection c-strtold
@include c-strtold.texi