#include <SkTSearch.h>
Public Member Functions | |
SkAutoAsciiToLC (const char str[], size_t len=(size_t)-1) | |
~SkAutoAsciiToLC () | |
const char * | lc () const |
size_t | length () const |
Helper class to convert a string to lower-case, but only modifying the ascii characters. This makes the routine very fast and never changes the string length, but it is not suitable for linguistic purposes. Normally this is used for buiding and searching string tables.
Definition at line 142 of file SkTSearch.h.
SkAutoAsciiToLC::SkAutoAsciiToLC | ( | const char | str[], | |
size_t | len = (size_t)-1 | |||
) |
SkAutoAsciiToLC::~SkAutoAsciiToLC | ( | ) |
const char* SkAutoAsciiToLC::lc | ( | ) | const [inline] |
Definition at line 147 of file SkTSearch.h.
size_t SkAutoAsciiToLC::length | ( | ) | const [inline] |
Definition at line 148 of file SkTSearch.h.