Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc95 formatting_template_(), in AsYouTypeFormatter()
243 formatting_template_.remove(); in CreateFormattingTemplate()
248 formatting_template_.append(temp_template); in CreateFormattingTemplate()
285 formatting_template_.remove(); in Clear()
440 formatting_template_.remove(); in AttemptToChoosePatternWithPrefixExtracted()
731 int placeholder_pos = formatting_template_ in InputDigitHelper()
734 UnicodeString temp_template = formatting_template_; in InputDigitHelper()
738 formatting_template_.replace(0, temp_template.length(), temp_template); in InputDigitHelper()
739 formatting_template_.tempSubString(0, last_match_position_ + 1) in InputDigitHelper()
Dasyoutypeformatter.h181 UnicodeString formatting_template_; variable