Searched defs:allow_plural (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp123 bool allow_plural) {
126 if (!*ascii_to_match && allow_plural && *it == 's' && it + 1 == word_end)
121 LowerCaseEqualsASCIIWithPlural(string16::const_iterator word_begin, string16::const_iterator word_end, const char* ascii_to_match, bool allow_plural) argument

Completed in 57 milliseconds