Searched defs:matcher (Results 1 – 8 of 8) sorted by relevance
| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
| D | rules_engine.cpp | 60 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
|
| D | date_time_filter.cpp | 305 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
|
| /base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
| D | positive_rule.cpp | 127 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
|
| D | negative_rule.cpp | 57 icu::RegexMatcher* matcher = pattern->matcher(ret, status); in Handle() local
|
| D | regex_rule.cpp | 317 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
|
| D | phone_number_matched.cpp | 162 MatchedNumberInfo matcher; in FindShortNumbers() local 276 icu::RegexMatcher* matcher = pattern->matcher(str, status); in HandleWithShortAndShort() local
|
| /base/sensors/miscdevice/services/miscdevice_service/src/ |
| D | vibrator_thread.cpp | 132 auto &matcher = CustomVibrationMatcher::GetInstance(); in PlayCustomByCompositeEffect() local
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| D | DataFetcher.java | 139 Matcher matcher = RE_LANGUAGE.matcher(line); in processWildcard() local
|