Searched refs:accrued_input_without_formatting_ (Results 1 – 2 of 2) sorted by relevance
98 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 …]
185 UnicodeString accrued_input_without_formatting_; variable