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

  /external/chromium_org/components/autofill/core/browser/
credit_card.cc 441 std::vector<base::string16> year_month; local
442 base::SplitString(value, L'-', &year_month);
443 DCHECK_EQ((int)year_month.size(), 2);
446 converted = base::StringToInt(year_month[0], &num);
449 converted = base::StringToInt(year_month[1], &num);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 175 SQL_YEAR_MONTH_STRUCT year_month; member in union:tagSQL_INTERVAL_STRUCT::__anon50376

Completed in 39 milliseconds