Home
last modified time | relevance | path

Searched defs:isMatch (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
Dlocalematcher.cpp726 UBool LocaleMatcher::isMatch(const Locale &desired, const Locale &supported, in isMatch() function in LocaleMatcher
/third_party/icu/icu4c/source/common/
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
Dlocalematcher.cpp726 UBool LocaleMatcher::isMatch(const Locale &desired, const Locale &supported, in isMatch() function in LocaleMatcher
/third_party/node/deps/icu-small/source/common/
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
Dlocalematcher.cpp726 UBool LocaleMatcher::isMatch(const Locale &desired, const Locale &supported, in isMatch() function in LocaleMatcher
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java41 boolean isMatch() in isMatch() method in LigatureTree.Lignode
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp211 bool isMatch = false; in parseContainerLine() local
/third_party/skia/src/pathops/
DSkPathOpsTSect.h46 bool isMatch() const { in isMatch() function
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.h47 bool isMatch() const { in isMatch() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java1099 public boolean isMatch(Locale desired, Locale supported) { in isMatch() method in LocaleMatcher
1117 public boolean isMatch(ULocale desired, ULocale supported) { in isMatch() method in LocaleMatcher
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigReference.cpp391 bool isMatch (const SurfaceConfig& config) const in isMatch() function in deqp::egl::ConfigFilter
DteglChooseConfigTests.cpp201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java391 private boolean isMatch(LSR desired, LSR supported, in isMatch() method in LocaleDistance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java396 private boolean isMatch(LSR desired, LSR supported, in isMatch() method in LocaleDistance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h171 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch() function
/third_party/icu/icu4c/source/i18n/
Drematch.cpp2780 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
4284 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2780 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
4284 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp2790 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
4298 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2752 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
4328 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp3365 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
/third_party/node/tools/
Dlint-md.mjs3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; field
3807 picomatch$3.isMatch = (str, patterns, options) => picomatch$3(patterns, options)(str); function