HomeSort by relevance Sort by last modified time
    Searched refs:abbreviation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/components/autofill/core/browser/
state_names.cc 20 const char abbreviation[3]; member in struct:autofill::state_names::__anon10970::StateData
84 return base::ASCIIToUTF16(state.abbreviation);
89 base::string16 GetNameForAbbreviation(const base::string16& abbreviation) {
92 if (LowerCaseEqualsASCII(abbreviation, state.abbreviation))
100 base::string16* abbreviation) {
110 if (abbreviation)
111 abbreviation->swap(abbr);
state_names.h 19 base::string16 GetNameForAbbreviation(const base::string16& abbreviation);
21 // |value| is either a state name or abbreviation. Detects which it is, and
22 // outputs both |name| and |abbreviation|. If it's neither, then |name| is
23 // set to |value| and |abbreviation| will be empty.
26 base::string16* abbreviation);
autofill_field.cc 152 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/chromium_org/v8/test/mjsunit/regress/
regress-2163.js 30 // Handy abbreviation.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 214 * acronym / abbreviation.
276 // probably a real word and not just an abbreviation. Convert it to lower
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex 881 --- the state of the neighbour entry. \verb|nud| is an abbreviation for ``Neighbour
    [all...]
  /external/bison/
configure     [all...]

Completed in 284 milliseconds