LibreOffice
LibreOffice 4.2 SDK C/C++ API Reference
|
Go to the source code of this file.
Namespaces | |
rtl | |
Functions | |
bool | rtl::isAscii (sal_uInt32 code) |
Check for ASCII character. More... | |
bool | rtl::isAsciiLowerCase (sal_uInt32 code) |
Check for ASCII lower case character. More... | |
bool | rtl::isAsciiUpperCase (sal_uInt32 code) |
Check for ASCII upper case character. More... | |
bool | rtl::isAsciiAlpha (sal_uInt32 code) |
Check for ASCII alphabetic character. More... | |
bool | rtl::isAsciiDigit (sal_uInt32 code) |
Check for ASCII digit character. More... | |
bool | rtl::isAsciiAlphanumeric (sal_uInt32 code) |
Check for ASCII alphanumeric character. More... | |
bool | rtl::isAsciiCanonicHexDigit (sal_uInt32 code) |
Check for ASCII canonic hexadecimal digit character. More... | |
bool | rtl::isAsciiHexDigit (sal_uInt32 code) |
Check for ASCII hexadecimal digit character. More... | |
sal_uInt32 | rtl::toAsciiUpperCase (sal_uInt32 code) |
Convert a character, if ASCII, to upper case. More... | |
sal_uInt32 | rtl::toAsciiLowerCase (sal_uInt32 code) |
Convert a character, if ASCII, to lower case. More... | |
sal_Int32 | rtl::compareIgnoreAsciiCase (sal_uInt32 code1, sal_uInt32 code2) |
Compare two characters ignoring ASCII case. More... | |