HP 9000 User Manual page 186

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
strxfrrn( char *sl, const string(3C)
Transforms the string pointed to by s2
char *s2, size_t n)
and places the resulting string into the
array pointed to by sl. The
transformation is such that if the
strcrnpO function is applied to two
transformed strings, it returns a value
greater than, equal to, or less than
zero, corresponding to the result of the
strcoll () function applied to the
same two original strings. No more
than n bytes are placed into the
resulting string, including the
terminating null character.
tolower( int c)
conv(3C)
Returns the corresponding lowercase
letter if c points to an uppercase letter;
otherwise returns c unaltered.
toupper(int c)
conv(3C)
Returns the corresponding uppercase
letter if c points to a lowercase letter;
otherwise returns c unaltered.
towlower( winLt we)
wconv(3C)
Has as domain a winLt, the value of
which is representable as a wchar _t or
the value
WEOF.
Returns the
corresponding lowercase letter if we
points to an uppercase letter; otherwise
returns we unaltered.
towupper( winLt we)
wconv(3C)
Has as domain a win
L
t, the value of
which is representable as a wchar _ t or
the value
WEOF.
Returns the
corresponding uppercase letter if we
points to a lowercase letter; otherwise
returns we unaltered.
NLS References
C-13

Advertisement

Table of Contents
loading

Table of Contents