| /third_party/icu/icu4c/source/common/ |
| H A D | uniset.cpp | 559 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches() function in UnicodeSet
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | repattrn.cpp | 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() function in RegexPattern 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches() function in RegexPattern
|
| /third_party/json/tests/thirdparty/Fuzzer/afl/ |
| H A D | afl_driver.cpp | 190 int matches = fscanf(extra_stats_file, kExtraStatsFormatString, in maybe_initialize_extra_stats() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_function.cpp | 201 is_best_inexact_overload(const exec_list *actual_parameters, ir_function_signature **matches, int num_matches, ir_function_signature *sig) is_best_inexact_overload() argument 261 choose_best_inexact_overload(_mesa_glsl_parse_state *state, const exec_list *actual_parameters, ir_function_signature **matches, int num_matches) choose_best_inexact_overload() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uniset.cpp | 559 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches() function in UnicodeSet
|
| H A D | dictionarydata.cpp | 45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() function in UCharsDictionaryMatcher 113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() function in BytesDictionaryMatcher
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | repattrn.cpp | 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() function in RegexPattern 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches() function in RegexPattern
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
| H A D | DetectingViewer.java | 170 private void setMatchMenu(CharsetMatch[] matches) in setMatchMenu() argument 291 private void show(InputStream inputStream, CharsetMatch[] matches, String title) in show() argument [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-symtab-reader.cc | 45 symtab_filter::matches(const elf_symbol& symbol) const in matches() function in abigail::symtab_reader::symtab_filter
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeSpecification.java | 440 public boolean matches(DigitSequence digits) { in matches() method in RangeSpecification
|
| /third_party/rust/crates/clap/src/ |
| H A D | derive.rs | 82 let mut matches = <Self as CommandFactory>::command().get_matches(); in parse() variables 97 let mut matches = ok!(<Self as CommandFactory>::command().try_get_matches()); in try_parse() variables 107 let mut matches = <Self as CommandFactory>::command().get_matches_from(itr); in parse_from() variables 126 let mut matches = ok!(<Self as CommandFactory>::command().try_get_matches_from(itr)); in try_parse_from() variables 136 let mut matches = <Self as CommandFactory>::command_for_update().get_matches_from(itr); in update_from() variables 152 let mut matches = try_update_from() variables [all...] |
| /third_party/openssl/crypto/property/ |
| H A D | property_parse.c | 445 int i = 0, j = 0, matches = 0; in ossl_property_match_count() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Pipeline.h | 31 bool matches(const T &object) const { return external == &object || internal == &object; } in matches() function
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | repattrn.cpp | 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() function in RegexPattern 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches() function in RegexPattern
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.cpp | 383 bool FunctionDeclaration::matches(const FunctionDeclaration& f) const { in matches() function in SkSL::FunctionDeclaration
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | dictionarydata.cpp | 45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() function in UCharsDictionaryMatcher 113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() function in BytesDictionaryMatcher
|
| H A D | uniset.cpp | 559 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches() function in UnicodeSet
|
| /third_party/skia/modules/skottie/src/layers/ |
| H A D | TextLayer.cpp | 168 bool AnimationBuilder::FontInfo::matches(const char family[], const char style[]) const { in matches() function in skottie::internal::AnimationBuilder::FontInfo
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | utf8.rs | 183 pub fn matches(&self, bytes: &[u8]) -> bool { in matches() functions 234 pub fn matches(&self, b: u8) -> bool { in matches() functions [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_find.c | 82 static int cil_type_matches(ebitmap_t *matches, struct cil_symtab_datum *d1, struct cil_symtab_datum *d2) in cil_type_matches() argument
|
| /third_party/rust/crates/regex/regex-capi/src/ |
| H A D | rure.rs | 556 let mut matches = unsafe { in rure_set_matches() variables
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_set.rs | 219 pub fn matches(&self, text: $text_ty) -> SetMatches { matches() functions 220 let mut matches = vec![false; self.0.regex_strings().len()]; matches() variables [all...] |
| /third_party/rust/crates/regex/regex-capi/ctest/ |
| H A D | test.c | 388 bool matches[PAT_COUNT]; in test_regex_set_matches() local 450 bool matches[PAT_COUNT]; in test_regex_set_match_start() local 470 bool matches[PAT_COUNT]; in test_regex_set_match_start() local
|
| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
| H A D | date_time_filter.cpp | 62 Filter(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches, std::vector<MatchedDateTimeInfo>& clearMatches, std::vector<MatchedDateTimeInfo>& pastMatches) Filter() argument 73 FilterOverlay(std::vector<MatchedDateTimeInfo>& matches) FilterOverlay() argument 85 FilterByRules(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches, std::vector<MatchedDateTimeInfo>& clears) FilterByRules() argument 111 FilterByPast(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches, std::vector<MatchedDateTimeInfo>& pasts) FilterByPast() argument 137 FilterOverlayFirst(std::vector<MatchedDateTimeInfo>& matches) FilterOverlayFirst() argument 173 FilterOverlaySecond(std::vector<MatchedDateTimeInfo>& matches) FilterOverlaySecond() argument 202 FilterDatePeriod(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches) FilterDatePeriod() argument 213 FilterDate(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches) FilterDate() argument 278 FilterDateTime(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches) FilterDateTime() argument 334 FilterPeriod(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches) FilterPeriod() argument 383 FilterDateTimePunc(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches) FilterDateTimePunc() argument 424 DealBrackets(icu::UnicodeString& content, std::vector<MatchedDateTimeInfo>& matches, int matchIndex, MatchedDateTimeInfo& lastMatch, MatchedDateTimeInfo& currentMatch) DealBrackets() argument 472 NestDealDate(icu::UnicodeString& content, MatchedDateTimeInfo& current, std::vector<MatchedDateTimeInfo>& matches, int preType) NestDealDate() argument 490 GetResult(icu::UnicodeString& content, MatchedDateTimeInfo& current, MatchedDateTimeInfo& nextMatch, std::vector<MatchedDateTimeInfo>& matches) GetResult() argument [all...] |
| /base/startup/init/services/param/manager/ |
| H A D | param_server.c | 56 bool *matches;
member 249 bool matches[ARRAY_LENGTH(CMDLINES)] = {false};
in LoadParamFromCmdLine() local
|