Searched refs:result_chars_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/android/
H A Daddress_parser_internal.cc93 result_chars_ += offset;
102 result_chars_ = 0;
107 if (result_chars_ == 0 || SafePreviousChar(it_, begin_) == '-')
111 word->begin = it_ - result_chars_;
133 else if (result_chars_)
153 if (result_chars_ == 0) {
162 DCHECK_GT(result_chars_, 0U);
H A Daddress_parser_internal.h60 size_t result_chars_; member in class:content::address_parser::internal::HouseNumberParser

Completed in 77 milliseconds