Searched refs:sourceCount (Results 1 – 4 of 4) sorted by relevance
62 ItemCount sourceCount = MIDIGetNumberOfSources();63 for (ItemCount i = 0; i < sourceCount; ++i) {
107 String sourceCount = countMatcher.group(1); in testCountFull() local111 if (assertEquals(path, sourceCount, actualCount)) { in testCountFull()
363 int32_t sourceCount = Transliterator::_countAvailableSources(); in registerIDs() local364 for (int32_t s=0; s<sourceCount; ++s) { in registerIDs()
760 for sourceCount, sourceElement in enumerate(self.root.findall(".sources/source")):769 sourceName = "temp_master.%d" % (sourceCount)