HomeSort by relevance Sort by last modified time
    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