Searched refs:InputDigitHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.h139 // Invokes InputDigitHelper on each digit of the national number accrued, and
169 void InputDigitHelper(char next_char, string* number);
H A Dasyoutypeformatter.cc432 InputDigitHelper(normalized_next_char, &temp_national_number);
434 // the results from InputDigitHelper, which does formatting based on the
586 InputDigitHelper(national_number_[i], &temp_national_number);
726 void AsYouTypeFormatter::InputDigitHelper(char next_char, string* number) { function in class:i18n::phonenumbers::AsYouTypeFormatter

Completed in 65 milliseconds