Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dasyoutypeformatter.cc143 last_match_position_(0), in AsYouTypeFormatter()
188 last_match_position_ = 0; in MaybeCreateNewTemplate()
313 last_match_position_ = 0; in Clear()
731 .tempSubString(last_match_position_).indexOf(placeholder_codepoint); in InputDigitHelper()
736 last_match_position_ = placeholder_pos; in InputDigitHelper()
738 formatting_template_.tempSubString(0, last_match_position_ + 1) in InputDigitHelper()
Dasyoutypeformatter.h207 int last_match_position_; variable