Lines Matching full:converted
294 * @param argConverted The number of arguments converted and assigned, or -1 if an
409 /* will contain the # of items converted thus far */
420 /* we converted 0 args */
485 /* we converted 1 arg */
587 /* we converted 1 arg */
680 /* we converted 1 arg */
744 /* we converted 1 arg */
816 /* we converted 1 arg */
902 /* we converted 1 arg */
974 /* we converted 1 arg */
1051 /* we converted 1 arg */
1110 /* we converted 1 arg */
1160 /* we converted 1 arg */
1211 /* we converted 1 arg */
1288 /* we converted 1 arg */
1349 int32_t count, converted, argConsumed, cpConsumed;
1360 /* haven't converted anything yet */
1362 converted = 0;
1397 /* set the spec's width to the # of items converted */
1429 converted = -1;
1433 /* add to the # of items converted */
1434 converted += argConsumed;
1446 /* return # of items converted */
1447 return converted;