Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 25 of 46) sorted by relevance

12

/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp211 bool isMatch = false; in parseContainerLine() local
223 isMatch = bufEnd == elemEnd; in parseContainerLine()
232 if (isMatch) in parseContainerLine()
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp456 if (fCoinStart.isMatch()) { in validate()
460 if (fCoinEnd.isMatch()) { in validate()
575 if (work.fCoinStart.isMatch()) { in binarySearchCoin()
745 if (work->fCoinStart.isMatch()) { in computePerpendiculars()
754 if (work->fCoinEnd.isMatch()) { in computePerpendiculars()
837 SkASSERT(first->fCoinStart.isMatch()); in extractCoincident()
839 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
873 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
949 if (work->fCoinStart.isMatch()) { in findCoincidentRun()
955 if (!work->fCoinEnd.isMatch()) { in findCoincidentRun()
[all …]
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp455 if (fCoinStart.isMatch()) { in validate()
459 if (fCoinEnd.isMatch()) { in validate()
574 if (work.fCoinStart.isMatch()) { in binarySearchCoin()
744 if (work->fCoinStart.isMatch()) { in computePerpendiculars()
753 if (work->fCoinEnd.isMatch()) { in computePerpendiculars()
836 SkASSERT(first->fCoinStart.isMatch()); in extractCoincident()
838 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
872 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
948 if (work->fCoinStart.isMatch()) { in findCoincidentRun()
954 if (!work->fCoinEnd.isMatch()) { in findCoincidentRun()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp392 assertTrue("standard de-LU / de", standard.isMatch(germanLux, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
394 standard.isMatch(germanPhoenician, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
399 assertTrue("loose de-LU / de", loose.isMatch(germanLux, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
401 loose.isMatch(germanPhoenician, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
402 assertFalse("loose el / de", loose.isMatch(greek, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
408 regional.isMatch(Locale("de-LU"), Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
409 assertFalse("regional da / no", regional.isMatch(Locale("da"), Locale("no"), errorCode)); in testMaxDistanceAndIsMatch()
411 regional.isMatch(Locale::getChinese(), Locale::getTraditionalChinese(), errorCode)); in testMaxDistanceAndIsMatch()
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java352 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
365 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
373 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
391 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.java357 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
370 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
378 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
396 private boolean isMatch(LSR desired, LSR supported, in isMatch() method in LocaleDistance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc7356 if (DP.isMatch())
7363 if (DP.isMatch())
7370 if (DP.isMatch())
7377 if (DP.isMatch())
7384 if (DP.isMatch())
7391 if (DP.isMatch())
7398 if (DP.isMatch())
7407 if (DP.isMatch())
7416 if (DP.isMatch())
7425 if (DP.isMatch())
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java685 assertTrue("standard de-LU / de", standard.isMatch(germanLux, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
686 assertFalse("standard de-Phnx-AT / de", standard.isMatch(germanPhoenician, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
690 assertTrue("loose de-LU / de", loose.isMatch(germanLux, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
691 assertTrue("loose de-Phnx-AT / de", loose.isMatch(germanPhoenician, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
692 assertFalse("loose el / de", loose.isMatch(greek, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
696 assertTrue("regional de-LU / de", regional.isMatch(new Locale("de", "LU"), Locale.GERMAN)); in testMaxDistanceAndIsMatch()
697 assertFalse("regional da / no", regional.isMatch(new Locale("da"), new Locale("no"))); in testMaxDistanceAndIsMatch()
698 …assertFalse("regional zh-Hant / zh", regional.isMatch(Locale.CHINESE, Locale.TRADITIONAL_CHINESE)); in testMaxDistanceAndIsMatch()
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest() local
203 if (isMatch) in executeTest()
210 if (!isMatch) in executeTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc3476 if (DP.isMatch())
3483 if (DP.isMatch())
3490 if (DP.isMatch())
3497 if (DP.isMatch())
3504 if (DP.isMatch())
3511 if (DP.isMatch())
3518 if (DP.isMatch())
3525 if (DP.isMatch())
3532 if (DP.isMatch())
3539 if (DP.isMatch())
[all …]
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp2790 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2937 isMatch = TRUE; in MatchAt()
3444 isMatch = FALSE; in MatchAt()
4255 isMatch = FALSE; in MatchAt()
4261 fMatch = isMatch; in MatchAt()
4262 if (isMatch) { in MatchAt()
4270 if (isMatch) { in MatchAt()
4298 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4444 isMatch = TRUE; in MatchChunkAt()
4931 isMatch = FALSE; in MatchChunkAt()
[all …]
/third_party/icu/icu4c/source/i18n/
Drematch.cpp2780 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2927 isMatch = TRUE; in MatchAt()
3434 isMatch = FALSE; in MatchAt()
4241 isMatch = FALSE; in MatchAt()
4247 fMatch = isMatch; in MatchAt()
4248 if (isMatch) { in MatchAt()
4256 if (isMatch) { in MatchAt()
4284 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4430 isMatch = TRUE; in MatchChunkAt()
4917 isMatch = FALSE; in MatchChunkAt()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2780 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2927 isMatch = TRUE; in MatchAt()
3434 isMatch = FALSE; in MatchAt()
4241 isMatch = FALSE; in MatchAt()
4247 fMatch = isMatch; in MatchAt()
4248 if (isMatch) { in MatchAt()
4256 if (isMatch) { in MatchAt()
4284 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4430 isMatch = TRUE; in MatchChunkAt()
4917 isMatch = FALSE; in MatchChunkAt()
[all …]
/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/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2752 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2899 isMatch = TRUE; in MatchAt()
3484 isMatch = FALSE; in MatchAt()
4285 isMatch = FALSE; in MatchAt()
4291 fMatch = isMatch; in MatchAt()
4292 if (isMatch) { in MatchAt()
4300 if (isMatch) { in MatchAt()
4328 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4474 isMatch = TRUE; in MatchChunkAt()
5029 isMatch = FALSE; in MatchChunkAt()
[all …]
/third_party/vk-gl-cts/scripts/
Dmake_release.py157 for isMatch, createFileObj in filters:
161 if not file in usedFiles and isMatch(file):
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h655 UBool isMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h650 UBool isMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h655 UBool isMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;

12