Home
last modified time | relevance | path

Searched refs:foundMatch (Results 1 - 7 of 7) sorted by relevance

/third_party/node/lib/internal/process/
H A Dpre_execution.js556 let foundMatch = false;
567 foundMatch = true;
572 if (!foundMatch) {
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp286 UBool foundMatch; in searchTest() local
291 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
293 if ((foundMatch && expectedMatchStart<0) || in searchTest()
304 while (foundMatch) { in searchTest()
308 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
320 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status); in searchTest()
322 if ((foundMatch && expectedMatchStart<0) || in searchTest()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java513 boolean foundMatch = false; in TestGetKeywordValues()
516 foundMatch = true; in TestGetKeywordValues()
520 if (!foundMatch) { in TestGetKeywordValues()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java514 boolean foundMatch = false; in TestGetKeywordValues()
517 foundMatch = true; in TestGetKeywordValues()
521 if (!foundMatch) { in TestGetKeywordValues()
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp218 goto foundMatch; in existing()
224 foundMatch: in existing()
1341 goto foundMatch; in moveMultiples()
1345 foundMatch: // merge oppTest and oppSpan in moveMultiples()
H A DSkPathOpsDebug.cpp1017 goto foundMatch; in debugMoveMultiples()
1021 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c528 char *foundMatch = strstr(*reg_data, pLastSlashName + 1); in windows_get_registry_files() local
529 if (foundMatch != NULL) { in windows_get_registry_files()

Completed in 15 milliseconds