Lines Matching defs:converted
292 * @param argConverted The number of arguments converted and assigned, or -1 if an
398 /* will contain the # of items converted thus far */
409 /* we converted 0 args */
471 /* we converted 1 arg */
570 /* we converted 1 arg */
660 /* we converted 1 arg */
721 /* we converted 1 arg */
790 /* we converted 1 arg */
873 /* we converted 1 arg */
942 /* we converted 1 arg */
1016 /* we converted 1 arg */
1072 /* we converted 1 arg */
1119 /* we converted 1 arg */
1167 /* we converted 1 arg */
1244 /* we converted 1 arg */
1305 int32_t count, converted, argConsumed, cpConsumed;
1316 /* haven't converted anything yet */
1318 converted = 0;
1353 /* set the spec's width to the # of items converted */
1385 converted = -1;
1389 /* add to the # of items converted */
1390 converted += argConsumed;
1402 /* return # of items converted */
1403 return converted;