Flutter Engine
The Flutter Engine
|
#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 112 of file SkTSearch.h.
SkAutoAsciiToLC::SkAutoAsciiToLC | ( | const char | str[], |
size_t | len = (size_t)-1 |
||
) |
Definition at line 82 of file SkTSearch.cpp.
SkAutoAsciiToLC::~SkAutoAsciiToLC | ( | ) |
Definition at line 112 of file SkTSearch.cpp.
|
inline |
Definition at line 117 of file SkTSearch.h.
|
inline |
Definition at line 118 of file SkTSearch.h.