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

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp311 bool AddressDetector::HouseNumberParser::IsPreDelimiter( function in class:AddressDetector::HouseNumberParser
323 for (; it_ != end_ && !IsPreDelimiter(*it_); ++it_) {}

Completed in 41 milliseconds