Searched refs:num_months (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.cc86 int32_t num_months; local
87 const icu::UnicodeString* months = date_format_symbols.getMonths(num_months);
88 for (int32_t i = 0; i < num_months; ++i) {
97 months = date_format_symbols.getShortMonths(num_months);
98 for (int32_t i = 0; i < num_months; ++i) {

Completed in 57 milliseconds