Searched defs:ConversionToDecimalResult (Results 1 – 1 of 1) sorted by relevance
41 struct ConversionToDecimalResult { struct42 const char *str; /* may not be original buffer pointer; null if overflow */43 size_t length; /* does not include NUL terminator */44 int decimalExponent; /* assuming decimal point to the left of first digit */45 enum ConversionResultFlags flags;