Searched defs:matcher (Results 1 – 6 of 6) sorted by relevance
| /base/global/i18n/frameworks/intl/src/ |
| D | rules_engine.cpp | 62 icu::RegexMatcher* matcher = pattern->matcher(message, status); in Match() local 111 icu::RegexMatcher* matcher = pattern->matcher(rules, status); in InitRules() local 155 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); in InitOptRules() local 202 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); in InitSubRules() 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 | date_time_filter.cpp | 307 icu::RegexMatcher* matcher = pattern->matcher(joiner, status); in FilterDateTime() local 356 icu::RegexMatcher* matcher = pattern->matcher(matchContent, status); in FilterPeriod() local 436 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); in DealBrackets() local 515 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); in GetResult() local
|
| D | phone_number_matched.cpp | 111 icu::RegexMatcher* matcher = pattern->matcher(ret, status); in HandleNegativeRule() local 164 MatchedNumberInfo matcher; in FindShortNumbers() local 265 icu::RegexMatcher* matcher = pattern->matcher(str, status); in HandleWithShortAndShort() local
|
| /base/sensors/miscdevice/services/miscdevice_service/src/ |
| D | vibrator_thread.cpp | 126 CustomVibrationMatcher matcher; 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
|