Searched refs:numFound (Results 1 – 7 of 7) sorted by relevance
82 int numFound = 0; in dePoolSet_selfTest() local89 numFound++; in dePoolSet_selfTest()92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set)); in dePoolSet_selfTest()
98 int numFound = 0; in dePoolHash_selfTest() local107 numFound++; in dePoolHash_selfTest()110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHash_selfTest()
108 int numFound = 0; in dePoolHashSet_selfTest()117 numFound++; in dePoolHashSet_selfTest()120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHashSet_selfTest()
543 int numFound = 0; in GetString() local547 while ((numFound < itemNum) && (!foundLast)) { in GetString()549 numFound++; in GetString()553 } else if (numFound < itemNum) { in GetString()557 if ((numFound == itemNum) && (numFound > 0)) in GetString()
588 int i, found, numFound = 0; in FindHybridMismatches() local605 numFound++; in FindHybridMismatches()618 return numFound; in FindHybridMismatches()2034 int numFound = 0; in GetPartRange() local2043 numFound++; in GetPartRange()2051 return numFound; in GetPartRange()
636 int numFound = 0; in GetPartRange() local646 numFound++; in GetPartRange()654 return numFound; in GetPartRange()
258 …yList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);259 …IPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);