Home
last modified time | relevance | path

Searched refs:sourceCount (Results 1 – 2 of 2) sorted by relevance

/external/walt/ios/WALT/
DMIDIEndpoint.m62 ItemCount sourceCount = MIDIGetNumberOfSources();
63 for (ItemCount i = 0; i < sourceCount; ++i) {
/external/icu/icu4c/source/i18n/
Danytrans.cpp359 int32_t sourceCount = Transliterator::_countAvailableSources(); in registerIDs() local
360 for (int32_t s=0; s<sourceCount; ++s) { in registerIDs()