Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc947 NumberFormat num_format_copy; in FormatByPattern() local
951 num_format_copy.MergeFrom(*formatting_pattern); in FormatByPattern()
962 num_format_copy.set_national_prefix_formatting_rule( in FormatByPattern()
967 num_format_copy.clear_national_prefix_formatting_rule(); in FormatByPattern()
970 FormatNsnUsingPattern(national_significant_number, num_format_copy, in FormatByPattern()