Searched defs:Tokenize (Results 1 – 4 of 4) sorted by relevance
91 void Tokenize(const std::string &str, std::vector<std::string> *tokens, char delim) { in Tokenize() function
277 inline Tokenizer Tokenize(const android::StringPiece& str, char sep) { in Tokenize() function
94 void StringHelper::Tokenize(const std::string& in, std::vector<std::string>* vec) { in Tokenize() function in android::StringHelper
1047 RAPIDJSON_FORCEINLINE Token Tokenize(Ch c) { in Tokenize() function