Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc98 accrued_input_without_formatting_(), in AsYouTypeFormatter()
284 accrued_input_without_formatting_.remove(); in Clear()
377 switch (accrued_input_without_formatting_.length()) { in InputDigitWithOptionToRememberPosition()
495 accrued_input_without_formatting_.toUTF8String( in AttemptToFormatAccruedDigits()
517 if (accrued_input_without_formatting_[accrued_input_index] == in GetRememberedPosition()
644 accrued_input_without_formatting_ in AttemptToExtractIdd()
655 accrued_input_without_formatting_.length() - in AttemptToExtractIdd()
659 accrued_input_without_formatting_.tempSubString(start_of_country_code) in AttemptToExtractIdd()
663 accrued_input_without_formatting_.tempSubString(0, start_of_country_code) in AttemptToExtractIdd()
668 if (accrued_input_without_formatting_[0] != kPlusSign) { in AttemptToExtractIdd()
[all …]
Dasyoutypeformatter.h185 UnicodeString accrued_input_without_formatting_; variable