Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp692 void String::split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const in split()
707 void String::split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const in split()