42 #ifndef QLOCALE_TOOLS_P_H 43 #define QLOCALE_TOOLS_P_H 59 #if !defined(QT_QLOCALE_NEEDS_VOLATILE) 60 # if defined(Q_CC_GNU) 62 # define QT_QLOCALE_NEEDS_VOLATILE 63 # elif defined(Q_OS_WIN) 64 # define QT_QLOCALE_NEEDS_VOLATILE 69 #if defined(QT_QLOCALE_NEEDS_VOLATILE) 70 # define NEEDS_VOLATILE volatile 72 # define NEEDS_VOLATILE 89 bool always_show_decpt,
90 bool thousands_group);
95 bool always_show_decpt);
101 return !(ch[3] & 0x7F || ch[2] || ch[1] || ch[0] || ch[7] || ch[6] || ch[5] || ch[4]);
103 if (QSysInfo::ByteOrder == QSysInfo::BigEndian) {
104 return !(ch[0] & 0x7F || ch[1] || ch[2] || ch[3] || ch[4] || ch[5] || ch[6] || ch[7]);
106 return !(ch[7] & 0x7F || ch[6] || ch[5] || ch[4] || ch[3] || ch[2] || ch[1] || ch[0]);
115 int *
sign,
char **rve,
char **digits_str);
#define QT_END_NAMESPACE
This macro expands to.
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
#define QT_BEGIN_NAMESPACE
This macro expands to.