Searched refs:IsPreDelimiter (Results 1 - 2 of 2) sorted by path

/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_) {}
H A Daddress_detector.h88 static inline bool IsPreDelimiter(char16 character);

Completed in 326 milliseconds