Searched defs:SkStrLCSearch (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/core/ |
H A D | SkTSearch.cpp | 61 int SkStrLCSearch(const char*const* base, int count, const char target[], function 71 int SkStrLCSearch(const char*const* base, int count, const char target[], function 74 return SkStrLCSearch(base, count, target, strlen(target), elemSize);
|
Completed in 101 milliseconds