Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/content/
Daddress_detector.h79 class HouseNumberParser {
81 HouseNumberParser() {} in HouseNumberParser() function
110 DISALLOW_COPY_AND_ASSIGN(HouseNumberParser);
Daddress_detector.cpp168 HouseNumberParser house_number_parser; in FindContent()
311 bool AddressDetector::HouseNumberParser::IsPreDelimiter( in IsPreDelimiter()
316 bool AddressDetector::HouseNumberParser::IsPostDelimiter( in IsPostDelimiter()
321 void AddressDetector::HouseNumberParser::RestartOnNextDelimiter() { in RestartOnNextDelimiter()
326 void AddressDetector::HouseNumberParser::AcceptChars(size_t num_chars) { in AcceptChars()
333 void AddressDetector::HouseNumberParser::SkipChars(size_t num_chars) { in SkipChars()
337 void AddressDetector::HouseNumberParser::ResetState() { in ResetState()
342 bool AddressDetector::HouseNumberParser::CheckFinished(Word* word) const { in CheckFinished()
354 bool AddressDetector::HouseNumberParser::Parse( in Parse()