Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dphone_number_format.cpp209 return FormatAllInputNumber(number, phoneNumber); in GetAsYouTypeFormatResult()
217 return FormatAllInputNumber(number, phoneNumber); in GetAsYouTypeFormatResult()
220 std::string PhoneNumberFormat::FormatAllInputNumber(const std::string &originalNumber, in FormatAllInputNumber() function in OHOS::Global::I18n::PhoneNumberFormat
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dphone_number_format.h56 … std::string FormatAllInputNumber(const std::string &originalNumber, std::string &replacedNumber);