Searched refs:kMonths (Results 1 – 4 of 4) sorted by relevance
169 const wchar_t* const kMonths[12] = {L"Jan", L"Feb", L"Mar", L"Apr", variable436 for (size_t m = 0; m < FX_ArraySize(kMonths); ++m) { in FX_ParseDateUsingFormat()437 if (sMonth.CompareNoCase(kMonths[m]) == 0) { in FX_ParseDateUsingFormat()
18 extern const wchar_t* const kMonths[12];
535 sPart += fxjs::kMonths[nMonth - 1]; in PrintDateUsingFormat()927 for (size_t i = 0; i < FX_ArraySize(fxjs::kMonths); ++i) { in ParseDateAsGMT()928 if (sTemp.Compare(fxjs::kMonths[i]) == 0) { in ParseDateAsGMT()
1499 static const char *kMonths = "Months"; variable1561 return kMonths; in RelativeUnitStr()1584 return kMonths; in RelativeDateTimeUnitStr()