Searched refs:ePos (Results 1 – 6 of 6) sorted by relevance
261 int ePos = buf.lastIndexOf('e'); in decimals() local262 int expNumPos = ePos + 1; in decimals()268 int numFractionDigits = ePos - 2 - exponent; in decimals()272 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()343 int ePos = num.lastIndexOf('e'); in parseDecimalSampleRangeNumString() local344 int expNumPos = ePos + 1; in parseDecimalSampleRangeNumString()347 fractionStr = num.substring(0, ePos); in parseDecimalSampleRangeNumString()
352 int ePos = num.indexOf('e');353 if (ePos >= 0) {354 String exponentStr = num.substring(ePos + 1);356 num = num.substring(0, ePos);
268 auto ePos = str->Find(L'.', aPos.value() + 1); in CheckMailLink() local269 if (!ePos.has_value() || ePos.value() == aPos.value() + 1) in CheckMailLink()
1181 uint ePos;1192 ePos = ScaleQuantumToMap(getRed(oValue)); 1193 eValue = stretch_map[ePos];1202 ePos = ScaleQuantumToMap(getGreen(oValue)); 1203 eValue = stretch_map[ePos];1212 ePos = ScaleQuantumToMap(getBlue(oValue)); 1213 eValue = stretch_map[ePos];1222 ePos = ScaleQuantumToMap(getAlpha(oValue)); 1223 eValue = stretch_map[ePos];1641 uint ePos;[all …]
831 int ePos = buf.lastIndexOf('e'); in decimals() local832 int expNumPos = ePos + 1; in decimals()838 int numFractionDigits = ePos - 2 - exponent; in decimals()842 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()893 int ePos = num.lastIndexOf('e'); in parseDecimalSampleRangeNumString() local894 int expNumPos = ePos + 1; in parseDecimalSampleRangeNumString()897 String fractionStr = num.substring(0, ePos); in parseDecimalSampleRangeNumString()
791 int ePos = buf.lastIndexOf('e'); in decimals() local792 int expNumPos = ePos + 1; in decimals()798 int numFractionDigits = ePos - 2 - exponent; in decimals()802 for (int i=ePos-1; numFractionDigits > 0; --i) { in decimals()852 int ePos = num.lastIndexOf('e'); in parseDecimalSampleRangeNumString() local853 int expNumPos = ePos + 1; in parseDecimalSampleRangeNumString()856 String fractionStr = num.substring(0, ePos); in parseDecimalSampleRangeNumString()