Searched refs:substitutionIndex (Results 1 – 1 of 1) sorted by relevance
767 var substitutionIndex = 0;774 function addSpecifierToken(specifier, precision, substitutionIndex) argument776 …: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); property798 substitutionIndex = (number - 1);822 addSpecifierToken(format[index], precision, substitutionIndex);824 ++substitutionIndex;899 if (token.substitutionIndex >= substitutions.length) {902 …n arguments. Had " + substitutions.length + " but needed " + (token.substitutionIndex + 1) + ", so…907 usedSubstitutionIndexes[token.substitutionIndex] = true;912 result = append(result, substitutions[token.substitutionIndex]);[all …]