Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dholiday_manager.cpp58 std::string startDate(strDate); in HolidayManager()
61 if (holidayItemMap.find(startDate) != holidayItemMap.end()) { in HolidayManager()
62 std::vector<HolidayInfoItem> *vetor = &(holidayItemMap.find(startDate)->second); in HolidayManager()
67 holidayItemMap.insert(std::pair<std::string, std::vector<HolidayInfoItem>>(startDate, vetor)); in HolidayManager()
95 std::string startDate = Format(year, month, day); in IsHoliday() local
96 if (holidayItemMap.find(startDate) != holidayItemMap.end()) { in IsHoliday()
97 std::vector<HolidayInfoItem> list = holidayItemMap.find(startDate)->second; in IsHoliday()
202 std::string startDate = value.size() >= 8 ? value.substr(0, 8) : ""; // 8 is date formarted string length in ParseFileLine() local
203 if (startDate.size() == 8) { in ParseFileLine()
205 strptime(startDate in ParseFileLine()
[all...]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c150 ASN1_TIME *startDate = X509_get_notBefore(x509); in CompareDateWithCertTime() local
152 if ((startDate == NULL) || (expirationDate == NULL)) { in CompareDateWithCertTime()
159 if (ASN1_TIME_compare(inputDate, startDate) < 0) { in CompareDateWithCertTime()

Completed in 2 milliseconds