Home
last modified time | relevance | path

Searched refs:NumberOptions (Results 1 – 25 of 151) sorted by last modified time

1234567

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py8153 return QLocale.NumberOptions()
8290 class NumberOptions(): class in QLocale
8294 return QLocale.NumberOptions()
8311 return QLocale.NumberOptions()
8314 return QLocale.NumberOptions()
8317 return QLocale.NumberOptions()
8320 return QLocale.NumberOptions()
8323 return QLocale.NumberOptions()
8326 return QLocale.NumberOptions()
8332 return QLocale.NumberOptions()
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtCore.py7128 return QLocale.NumberOptions()
7265 class NumberOptions(): class in QLocale
7269 return QLocale.NumberOptions()
7286 return QLocale.NumberOptions()
7289 return QLocale.NumberOptions()
7292 return QLocale.NumberOptions()
7295 return QLocale.NumberOptions()
7298 return QLocale.NumberOptions()
7301 return QLocale.NumberOptions()
7307 return QLocale.NumberOptions()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DPyQt5.api4180 PyQt5.QtCore.QLocale.setNumberOptions?4(QLocale.NumberOptions)
4181 PyQt5.QtCore.QLocale.numberOptions?4() -> QLocale.NumberOptions
4208 PyQt5.QtCore.QLocale.NumberOptions?1()
4209 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self)
4210 PyQt5.QtCore.QLocale.NumberOptions?1(int)
4211 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, int)
4212 PyQt5.QtCore.QLocale.NumberOptions?1(QLocale.NumberOptions)
4213 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, QLocale.NumberOptions)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DPyQt5.api4180 PyQt5.QtCore.QLocale.setNumberOptions?4(QLocale.NumberOptions)
4181 PyQt5.QtCore.QLocale.numberOptions?4() -> QLocale.NumberOptions
4208 PyQt5.QtCore.QLocale.NumberOptions?1()
4209 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self)
4210 PyQt5.QtCore.QLocale.NumberOptions?1(int)
4211 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, int)
4212 PyQt5.QtCore.QLocale.NumberOptions?1(QLocale.NumberOptions)
4213 PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, QLocale.NumberOptions)
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring.cpp8998 const QLocale::NumberOptions numberOptions = locale.numberOptions(); in arg()
H A Dqlocale.cpp663 static QLocale::NumberOptions system_number_options = QLocale::DefaultNumberOptions;
886 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions; in findLocalePrivate()
1079 void QLocale::setNumberOptions(NumberOptions options) in setNumberOptions()
1095 QLocale::NumberOptions QLocale::numberOptions() const in numberOptions()
1097 return static_cast<NumberOptions>(d->m_numberOptions); in numberOptions()
1275 QLocale::NumberOptions mode, qlonglong) in toIntegral_helper()
1281 QLocale::NumberOptions mode, qulonglong) in toIntegral_helper()
3931 bool QLocaleData::numberToCLocale(QStringView s, QLocale::NumberOptions number_options, in numberToCLocale()
4164 QLocale::NumberOptions number_options) const in stringToDouble()
4181 QLocale::NumberOptions number_options) const in stringToLongLong()
[all …]
H A Dqlocale_p.h274 double stringToDouble(QStringView str, bool *ok, QLocale::NumberOptions options) const;
275 …qint64 stringToLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) const;
276 …quint64 stringToUnsLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) c…
282 bool numberToCLocale(QStringView s, QLocale::NumberOptions number_options,
288 QLocale::NumberOptions number_options = QLocale::DefaultNumberOptions) const;
336 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions)
382 QLocale::NumberOptions m_numberOptions;
H A Dqlocale.h971 Q_DECLARE_FLAGS(NumberOptions, NumberOption)
1175 void setNumberOptions(NumberOptions options);
1176 NumberOptions numberOptions() const;
1195 Q_DECLARE_OPERATORS_FOR_FLAGS(QLocale::NumberOptions) in Q_DECLARE_OPERATORS_FOR_FLAGS() argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_p.h274 double stringToDouble(QStringView str, bool *ok, QLocale::NumberOptions options) const;
275 …qint64 stringToLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) const;
276 …quint64 stringToUnsLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) c…
282 bool numberToCLocale(QStringView s, QLocale::NumberOptions number_options,
288 QLocale::NumberOptions number_options = QLocale::DefaultNumberOptions) const;
336 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions)
382 QLocale::NumberOptions m_numberOptions;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale.cpp663 static QLocale::NumberOptions system_number_options = QLocale::DefaultNumberOptions;
886 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions; in findLocalePrivate()
1079 void QLocale::setNumberOptions(NumberOptions options) in setNumberOptions()
1095 QLocale::NumberOptions QLocale::numberOptions() const in numberOptions()
1097 return static_cast<NumberOptions>(d->m_numberOptions); in numberOptions()
1275 QLocale::NumberOptions mode, qlonglong) in toIntegral_helper()
1281 QLocale::NumberOptions mode, qulonglong) in toIntegral_helper()
3931 bool QLocaleData::numberToCLocale(QStringView s, QLocale::NumberOptions number_options, in numberToCLocale()
4164 QLocale::NumberOptions number_options) const in stringToDouble()
4181 QLocale::NumberOptions number_options) const in stringToLongLong()
[all …]
H A Dqlocale_p.h274 double stringToDouble(QStringView str, bool *ok, QLocale::NumberOptions options) const;
275 …qint64 stringToLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) const;
276 …quint64 stringToUnsLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) c…
282 bool numberToCLocale(QStringView s, QLocale::NumberOptions number_options,
288 QLocale::NumberOptions number_options = QLocale::DefaultNumberOptions) const;
336 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions)
382 QLocale::NumberOptions m_numberOptions;
H A Dqstring.cpp8998 const QLocale::NumberOptions numberOptions = locale.numberOptions(); in arg()
H A Dqlocale.h971 Q_DECLARE_FLAGS(NumberOptions, NumberOption)
1175 void setNumberOptions(NumberOptions options);
1176 NumberOptions numberOptions() const;
1195 Q_DECLARE_OPERATORS_FOR_FLAGS(QLocale::NumberOptions) in Q_DECLARE_OPERATORS_FOR_FLAGS() argument
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale.h971 Q_DECLARE_FLAGS(NumberOptions, NumberOption)
1175 void setNumberOptions(NumberOptions options);
1176 NumberOptions numberOptions() const;
1195 Q_DECLARE_OPERATORS_FOR_FLAGS(QLocale::NumberOptions) in Q_DECLARE_OPERATORS_FOR_FLAGS() argument
H A Dqlocale_p.h274 double stringToDouble(QStringView str, bool *ok, QLocale::NumberOptions options) const;
275 …qint64 stringToLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) const;
276 …quint64 stringToUnsLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) c…
282 bool numberToCLocale(QStringView s, QLocale::NumberOptions number_options,
288 QLocale::NumberOptions number_options = QLocale::DefaultNumberOptions) const;
336 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions)
382 QLocale::NumberOptions m_numberOptions;
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring.cpp8998 const QLocale::NumberOptions numberOptions = locale.numberOptions(); in arg()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale.cpp663 static QLocale::NumberOptions system_number_options = QLocale::DefaultNumberOptions;
886 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions; in findLocalePrivate()
1079 void QLocale::setNumberOptions(NumberOptions options) in setNumberOptions()
1095 QLocale::NumberOptions QLocale::numberOptions() const in numberOptions()
1097 return static_cast<NumberOptions>(d->m_numberOptions); in numberOptions()
1275 QLocale::NumberOptions mode, qlonglong) in toIntegral_helper()
1281 QLocale::NumberOptions mode, qulonglong) in toIntegral_helper()
3931 bool QLocaleData::numberToCLocale(QStringView s, QLocale::NumberOptions number_options, in numberToCLocale()
4164 QLocale::NumberOptions number_options) const in stringToDouble()
4181 QLocale::NumberOptions number_options) const in stringToLongLong()
[all …]
H A Dqstring.cpp8998 const QLocale::NumberOptions numberOptions = locale.numberOptions(); in arg()
H A Dqlocale_p.h274 double stringToDouble(QStringView str, bool *ok, QLocale::NumberOptions options) const;
275 …qint64 stringToLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) const;
276 …quint64 stringToUnsLongLong(QStringView str, int base, bool *ok, QLocale::NumberOptions options) c…
282 bool numberToCLocale(QStringView s, QLocale::NumberOptions number_options,
288 QLocale::NumberOptions number_options = QLocale::DefaultNumberOptions) const;
336 QLocale::NumberOptions numberOptions = QLocale::DefaultNumberOptions)
382 QLocale::NumberOptions m_numberOptions;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqtextstream.cpp2549 const QLocale::NumberOptions numberOptions = locale().numberOptions(); in operator <<()

1234567