Home
last modified time | relevance | path

Searched defs:matches (Results 1 - 25 of 188) sorted by relevance

12345678

/third_party/rust/crates/clap/src/parser/
H A Dmod.rs5 mod matches; modules
/third_party/python/Lib/test/support/
H A Dlogging_helper.py20 def matches(self, **kwargs): member in TestHandler
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DSelector.java36 boolean matches(Object value, String key, Map<String, Object> variableOptions); in matches() method
H A DPluralSelectorFactory.java60 public boolean matches(Object value, String key, Map<String, Object> variableOptions) { in matches() method in PluralSelectorFactory.PluralSelectorImpl
H A DTextSelectorFactory.java29 public boolean matches(Object value, String key, Map<String, Object> variableOptions) { in matches() method in TextSelectorFactory.TextSelector
/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs79 pub fn matches<S>(&self, string: S) -> bool in matches() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DStringMatcher.h40 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) StringMatcher() argument
/third_party/skia/include/private/
H A DGrContext_Base.h74 bool matches(GrContext_Base* candidate) const { in matches() function in GrContext_Base
/third_party/gn/src/gn/
H A Dcommand_ls.cc75 std::vector<const Target*> matches; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCharsDictionaryMatcher.java25 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() method in CharsDictionaryMatcher
H A DDictionaryMatcher.java30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeFilter.java38 public int matches(Replaceable text, in matches() method in UnicodeFilter
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCalendarFieldsSet.java30 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() method in CalendarFieldsSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBytesDictionaryMatcher.java46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() method in BytesDictionaryMatcher
H A DDictionaryMatcher.java31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
H A DCharsDictionaryMatcher.java25 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() method in CharsDictionaryMatcher
H A DUnicodeFilter.java36 public int matches(Replaceable text, in matches() method in UnicodeFilter
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCalendarFieldsSet.java27 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() method in CalendarFieldsSet
/third_party/icu/icu4c/source/common/
H A Dunifilt.cpp42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches() function in UnicodeFilter
/third_party/node/deps/icu-small/source/common/
H A Dunifilt.cpp42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches() function in UnicodeFilter
/third_party/rust/crates/clap/src/builder/
H A Dpossible_value.rs220 pub fn matches(&self, value: &str, ignore_case: bool) -> bool { in get_name_and_aliases() functions
/third_party/skia/src/gpu/
H A DGrContextThreadSafeProxyPriv.h26 bool matches(GrContext_Base* candidate) const { in matches() function in GrContextThreadSafeProxyPriv
H A DGrBaseContextPriv.h23 bool matches(GrContext_Base* candidate) const { return this->context()->matches(candidate); } in matches() function in GrBaseContextPriv
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py8 matches = [] variable
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifilt.cpp42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches() function in UnicodeFilter

Completed in 6 milliseconds

12345678