OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkAutoAsciiToLC
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkTSearch.cpp
68
SkAutoAsciiToLC
tolc(target, len);
81
SkAutoAsciiToLC
::
SkAutoAsciiToLC
(const char str[], size_t len)
111
SkAutoAsciiToLC
::~
SkAutoAsciiToLC
()
/external/skia/include/private/
SkTSearch.h
126
class
SkAutoAsciiToLC
{
128
SkAutoAsciiToLC
(const char str[], size_t len = (size_t)-1);
129
~
SkAutoAsciiToLC
();
Completed in 49 milliseconds