Searched refs:targetCount (Results 1 – 6 of 6) sorted by relevance
371 int32_t targetCount = Transliterator::_countAvailableTargets(source); in registerIDs() local372 for (int32_t t=0; t<targetCount; ++t) { in registerIDs()
1070 int targetCount = youngestValid + 1; in appendElement() local1071 if (!oldestActiveInvalid || oldestActiveInvalidIndex >= targetCount) { in appendElement()1073 targetCount++; in appendElement()1076 while (elements->count() > targetCount) { in appendElement()1082 } else if (elements->count() < targetCount) { in appendElement()1101 int targetCount = fStartingElementIndex + 1; in replaceWithElement() local1102 while (elements->count() > targetCount) { in replaceWithElement()1105 if (elements->count() < targetCount) { in replaceWithElement()
209 int targetCount = volatileSrc.proxy()->getTaskTargetCount(); in MakeWithVolatileSrc() local214 targetCount, in MakeWithVolatileSrc()
400 fragmentState.targetCount = 1; in Build()
722 fragmentState.targetCount = 1; in onRegenerateMipMapLevels()
1045 for (int t = 0, targetCount = targets.length; t < targetCount; ++ t) in visit()