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()
18408 const sourceCount = getParameterCount(source); constant18437 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…22249 const sourceCount = getParameterCount(source); constant22254 …const paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);
67311 var sourceCount = getParameterCount(source);67337 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…70972 var sourceCount = getParameterCount(source);70977 … var paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);
56303 var sourceCount = getParameterCount(source);56328 …Count = sourceRestType || targetRestType ? Math.min(sourceCount, targetCount) : Math.max(sourceCou…59437 var sourceCount = getParameterCount(source);59442 … var paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount);