Home
last modified time | relevance | path

Searched defs:SkStrSplit (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkString.h298 inline void SkStrSplit(const char* str, const char* delimiters, SkTArray<SkString>* out) { in SkStrSplit() function
/third_party/skia/src/core/
DSkString.cpp624 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, in SkStrSplit() function