Searched refs:decDigitValue (Results 1 – 1 of 1) sorted by relevance
398 decDigitValue(unsigned int c) in decDigitValue() function427 absExponent = decDigitValue(*p++); in readExponent()434 value = decDigitValue(*p); in readExponent()475 value = decDigitValue(*p); in totalExponent()566 if (decDigitValue(*p) >= 10U) in interpretDecimal()3062 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()3120 decValue = decDigitValue(*p++); in convertFromDecimalString()