Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc108 last_match_position_(0), in AsYouTypeFormatter()
153 last_match_position_ = 0; in MaybeCreateNewTemplate()
286 last_match_position_ = 0; in Clear()
439 last_match_position_ = 0; in AttemptToChoosePatternWithPrefixExtracted()
732 .tempSubString(last_match_position_).indexOf(placeholder_codepoint); in InputDigitHelper()
737 last_match_position_ = placeholder_pos; in InputDigitHelper()
739 formatting_template_.tempSubString(0, last_match_position_ + 1) in InputDigitHelper()
Dasyoutypeformatter.h208 int last_match_position_; variable