Home | History | Annotate | Download | only in vendor

Lines Matching refs:argIndex

578 // and ntrunc (for truncating conversions).  argIndex is incremented if
584 int& argIndex, int numFormatters)
650 if(argIndex < numFormatters)
651 width = formatters[argIndex++].toInt();
672 if(argIndex < numFormatters)
673 precision = formatters[argIndex++].toInt();
778 for (int argIndex = 0; argIndex < numFormatters; ++argIndex)
785 formatters, argIndex, numFormatters);
786 if (argIndex >= numFormatters)
792 const FormatArg& arg = formatters[argIndex];