HP 9000 User Manual page 183

Computers
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

c
Table C-2. NLS Library Routines (continued)
Routine
HP-UX
Description
Reference Entry
iswlower( winLt we)
wctype(3C)
Indicates if
we
is a lowercase letter.
iswprint( winLt we)
wctype(3C)
Indicates if
we
is a printing character.
iswpunct( winLt we)
wetype(3C)
Indicates if
we
is a punctuation
character (in ASCII: any printing
character except the space character
(040), digits, letter.
iswspace( winLt we)
wctype(3C)
Indicates if
we
is a character that
creates "white space" in displayed text
(in ASCII: space, tab, carriage return,
new-line, vertical tab, and form-feed).
iswupper( winLt we)
wetype(3C)
Indicates if
we
is an uppercase letter.
iswxdigit( winLt we)
wctype(3C)
Indicates if
we
is a hexadecimal digit
(in ASCII: characters [0-9], [A-F], or
[a-f]).
mblen( eonst char
multibyte
(3C)
Determines the number of bytes in the
*s,sizet n)
multi-byte character pointed to by
s.
mbtowc( wchar_t
m ultibyte
(3C)
Determines the number of bytes in the
*pwe, eonst char
multi-byte character pointed to by
s,
*s,sizet n)
determines the code for the value of
type
wehar_t
corresponding to that
multibyte character, and then stores
the result in the object pointed to by
pwe.
mbstowcs( wehar_t
m ultibyte
(3C)
Converts a sequence of multi-byte
*pwes
J
eonst char
characters from the array pointed to by
*s
J
sizet n)
s
into a sequence of corresponding
codes and stores these codes into the
array pointed toby
pwes,
stopping after
either
n
codes or a code with value zero
(a converted null character) is stored.
C-10
NLS References

Advertisement

Table of Contents
loading

Table of Contents