HomeSort by relevance Sort by last modified time
    Searched refs:last_match_position_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.h 207 int last_match_position_; member in class:i18n::phonenumbers::AsYouTypeFormatter
asyoutypeformatter.cc 143 last_match_position_(0),
188 last_match_position_ = 0;
313 last_match_position_ = 0;
731 .tempSubString(last_match_position_).indexOf(placeholder_codepoint);
736 last_match_position_ = placeholder_pos;
738 formatting_template_.tempSubString(0, last_match_position_ + 1)

Completed in 45 milliseconds