Home
last modified time | relevance | path

Searched refs:allow_plural (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp123 bool allow_plural) { in LowerCaseEqualsASCIIWithPlural() argument
126 if (!*ascii_to_match && allow_plural && *it == 's' && it + 1 == word_end) in LowerCaseEqualsASCIIWithPlural()