Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp60 icu::RegexMatcher* matcher = pattern->matcher(message, status); in Match() local
109 icu::RegexMatcher* matcher = pattern->matcher(rules, status); in InitRules() local
153 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); in InitOptRules() local
200 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); in InitSubRules() local
H A Ddate_time_filter.cpp305 icu::RegexMatcher* matcher = pattern->matcher(joiner, status); in FilterDateTime() local
358 icu::RegexMatcher* matcher = pattern->matcher(matchContent, status); in FilterPeriod() local
438 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); in DealBrackets() local
517 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); in GetResult() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dpositive_rule.cpp127 MatchedNumberInfo matcher; in HandleDefault() local
140 MatchedNumberInfo matcher; in HandleOperator() local
161 icu::RegexMatcher* matcher = pattern->matcher(number, status); in HandleBlank() local
193 icu::RegexMatcher* matcher = pattern->matcher(number, status); in HandleSlant() local
H A Dnegative_rule.cpp57 icu::RegexMatcher* matcher = pattern->matcher(ret, status); in Handle() local
H A Dregex_rule.cpp317 MatchedNumberInfo matcher; in HandleDefault() local
329 MatchedNumberInfo matcher; in HandleOperator() local
350 icu::RegexMatcher* matcher = pattern->matcher(number, status); in HandleBlank() local
382 icu::RegexMatcher* matcher = pattern->matcher(number, status); in HandleSlant() local
H A Dphone_number_matched.cpp162 MatchedNumberInfo matcher; in FindShortNumbers() local
276 icu::RegexMatcher* matcher = pattern->matcher(str, status); in HandleWithShortAndShort() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp169 constexpr uint64_t matcher = 245485; variable
194 uint32_t matcher = 1245; variable
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibrator_thread.cpp155 auto &matcher = CustomVibrationMatcher::GetInstance(); in PlayCustomByCompositeEffect() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp157 uint32_t matcher = 0; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c298 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher) in QueryCollecterMatcher()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java139 Matcher matcher = RE_LANGUAGE.matcher(line); in processWildcard() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c349 uint32_t *sensorHint, uint32_t *matcher, uint32_t *acl) in QueryAuthTempletaInfo()