Searched refs:sourceCount (Results 1 – 6 of 6) sorted by relevance
363 int32_t sourceCount = Transliterator::_countAvailableSources(); in registerIDs() local364 for (int32_t s=0; s<sourceCount; ++s) { in registerIDs()
18449 const sourceCount = getParameterCount(source); constant18478 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…22290 const sourceCount = getParameterCount(source); constant22295 …const paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);
56380 var sourceCount = getParameterCount(source);56405 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…59514 var sourceCount = getParameterCount(source);59519 … var paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);
67400 var sourceCount = getParameterCount(source);67426 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…71061 var sourceCount = getParameterCount(source);71066 … var paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);