4#ifndef QLOCALE_TOOLS_P_H
5#define QLOCALE_TOOLS_P_H
53[[nodiscard]]
constexpr inline bool isZero(
double d)
64 return d > (1 << 19) ? std::numeric_limits<double>::max_exponent10 + 1 : 6;
68template <
typename UcsInt>
77 if (
zero == u
'\u3007')
78 return u
'\u3020' + digit;
86 char const **se,
bool *
ok);
87[[nodiscard]]
inline double qstrtod(
const char *s00,
char const **se,
bool *
ok)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLenum GLuint GLenum GLsizei length
GLenum GLuint GLenum GLsizei const GLchar * buf
GLenum GLint GLint * precision
#define Q_AUTOTEST_EXPORT