| 207 | } |
| 208 | |
| 209 | void SplitStringUsingSubstr(const string16& str, |
| 210 | const string16& s, |
| 211 | std::vector<string16>* r) { |
| 212 | SplitStringUsingSubstrT(str, s, r); |
| 213 | } |
| 214 | |
| 215 | void SplitStringUsingSubstr(const butil::StringPiece16& str, |
| 216 | const butil::StringPiece16& s, |