Searched refs:sourceCount (Results 1 – 2 of 2) sorted by relevance
62 ItemCount sourceCount = MIDIGetNumberOfSources();63 for (ItemCount i = 0; i < sourceCount; ++i) {
359 int32_t sourceCount = Transliterator::_countAvailableSources(); in registerIDs() local360 for (int32_t s=0; s<sourceCount; ++s) { in registerIDs()