Searched refs:last_match_position_ (Results 1 – 2 of 2) sorted by relevance
143 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()
207 int last_match_position_; variable