HomeSort by relevance Sort by last modified time
    Searched full:str_int (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_field.cc 218 int str_int; local
219 if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int))
222 return (year_int % 100) == (str_int % 100);

Completed in 3020 milliseconds