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