Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc129 int destination_length = in ParsePhoneNumber() local
134 if (destination_length > area_length) in ParsePhoneNumber()
135 area_length = destination_length; in ParsePhoneNumber()