Searched defs:SkStrSearch (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkTSearch.cpp19 int SkStrSearch(const char*const* base, int count, const char target[], function
55 int SkStrSearch(const char*const* base, int count, const char target[], function
58 return SkStrSearch(base, count, target, strlen(target), elemSize);
68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);

Completed in 66 milliseconds