Searched defs:abbreviation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dstate_names.cc20 const char abbreviation[3]; member in struct:autofill::state_names::__anon6345::StateData
84 return base::ASCIIToUTF16(state.abbreviation);
89 base::string16 GetNameForAbbreviation(const base::string16& abbreviation) { argument
92 if (LowerCaseEqualsASCII(abbreviation, state.abbreviation))
100 base::string16* abbreviation) {
110 if (abbreviation)
111 abbreviation->swap(abbr);
98 GetNameAndAbbreviation(const base::string16& value, base::string16* name, base::string16* abbreviation) argument
H A Dautofill_field.cc152 base::string16 full, abbreviation; local
153 state_names::GetNameAndAbbreviation(value, &full, &abbreviation);
155 // Try an exact match of the abbreviation first.
156 if (!abbreviation.empty() && SetSelectControlValue(abbreviation, field)) {
170 // Then try an inexact match of the abbreviation name.
171 return !abbreviation.empty() &&
172 SetSelectControlValueTokenMatch(abbreviation, field);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 84 milliseconds