Home
last modified time | relevance | path

Searched refs:matchIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp290 std::string::size_type matchIndex = 1; in FilterDateTime() local
292 while (matchIndex < matches.size()) { in FilterDateTime()
326 lastMatchIndex = matchIndex; in FilterDateTime()
327 matchIndex++; in FilterDateTime()
346 std::string::size_type matchIndex = 1; in FilterPeriod() local
348 while (matchIndex < matches.size()) { in FilterPeriod()
371 matchIndex++; in FilterPeriod()
376 matchIndex++; in FilterPeriod()
391 while (matchIndex < matches.size()) { in FilterDateTimePunc()
414 matchIndex++; in FilterDateTimePunc()
[all …]
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_service.c482 uint32_t matchIndex = CmGetMatchedCertIndex(&certFileList, certUri); in CmServiceGetCertInfo() local
483 if ((matchIndex == MAX_COUNT_CERTIFICATE) || (matchIndex == certFileList.size)) { in CmServiceGetCertInfo()
490 ret = CmGetCertStatus(context, &cFileList[matchIndex], store, status); /* status */ in CmServiceGetCertInfo()
497 ret = CmStorageGetBuf((char *)cFileList[matchIndex].path.data, in CmServiceGetCertInfo()
498 (char *)cFileList[matchIndex].fileName.data, certificateData); /* cert data */ in CmServiceGetCertInfo()
H A Dcert_manager_query.c544 uint32_t matchIndex = certFileList->size; in CmGetMatchedCertIndex() local
554 matchIndex = i; in CmGetMatchedCertIndex()
558 return matchIndex; in CmGetMatchedCertIndex()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_filter.h69 int matchIndex, MatchedDateTimeInfo& lastMatch,