Lines Matching full:suffix
19 // separated by { REGEX_SEPARATOR, FIELD_NONE, 0 }. Suffix and extension are
25 // <suffix> - suffix.
30 // Country code: <cc> Area Code: <ac> Phone: <phone> (- <suffix>
36 // Phone: <cc> <ac>:3 - <phone>:3 - <suffix>:4 (Ext: <ext>)?
42 // Phone: <cc>:3 <ac>:3 <phone>:3 <suffix>:4 (Ext: <ext>)?
48 // Area Code: <ac> Phone: <phone> (- <suffix> (Ext: <ext>)?)?
52 // Phone: <ac> <phone>:3 <suffix>:4 (Ext: <ext>)?
57 // Phone: <cc> \( <ac> \) <phone> (- <suffix> (Ext: <ext>)?)?
62 // Phone: \( <ac> \) <phone> (- <suffix> (Ext: <ext>)?)?
67 // Phone: <cc> - <ac> - <phone> - <suffix> (Ext: <ext>)?
73 // Phone: <ac> Prefix: <phone> Suffix: <suffix> (Ext: <ext>)?
78 // Phone: <ac> - <phone>:3 - <suffix>:4 (Ext: <ext>)?
164 // We tag the suffix as PHONE_HOME_NUMBER, then when filling the form
165 // we fill only the suffix depending on the size of the input field.