Home
last modified time | relevance | path

Searched refs:toUInt16 (Results 1 – 25 of 123) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptvaluegenerated/
H A Dtst_qscriptvalue_generated_toXXX.cpp1947 static QHash<QString, quint16> toUInt16; in toUInt16_makeData() local
1948 if (toUInt16.isEmpty()) { in toUInt16_makeData()
1949 toUInt16.reserve(148); in toUInt16_makeData()
1951 toUInt16.insert(toUInt16_tagArray[i], toUInt16_valueArray[i]); in toUInt16_makeData()
1953 newRow(expr) << toUInt16.value(expr); in toUInt16_makeData()
1959 QCOMPARE(value.toUInt16(), expected); in toUInt16_test()
1960 QCOMPARE(value.toUInt16(), expected); in toUInt16_test()
1963 DEFINE_TEST_FUNCTION(toUInt16)
H A Dtst_qscriptvalue.h146 void toUInt16(); in Q_DECLARE_METATYPE()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dvalue.cpp141 uint16_t JSValue::toUInt16(ExecState *exec) const in toUInt16() function in KJS::JSValue
143 return toUInt16(this, exec); in toUInt16()
146 uint16_t JSValue::toUInt16(const JSValue *value, ExecState *exec) in toUInt16() function in KJS::JSValue
153 return KJS::toUInt16(const_cast<JSValue *>(value)->toNumber(value, exec)); in toUInt16()
H A Dinternal.h150 uint16_t toUInt16(double dd);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimNitfEngrdaTag.cpp49 const ossim_uint16 ELEMENT_COUNT = ossimString(m_reCnt).toUInt16(); in parseStream()
66 size = os.toUInt16(); in parseStream()
115 const ossim_uint16 ELEMENT_COUNT = ossimString(m_reCnt).toUInt16(); in writeStream()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptvalue/
H A Dtst_qscriptvalue.cpp1079 void tst_QScriptValue::toUInt16() in toUInt16() function in tst_QScriptValue
1085 QCOMPARE(zer0.toUInt16(), quint16(0)); in toUInt16()
1127 QCOMPARE(str2.toUInt16(), quint16(0)); in toUInt16()
1131 QCOMPARE(str3.toUInt16(), quint16(0)); in toUInt16()
1139 QCOMPARE(str4.toUInt16(), quint16(0)); in toUInt16()
1149 QCOMPARE(str7.toUInt16(), quint16(0)); in toUInt16()
1153 QCOMPARE(str8.toUInt16(), quint16(1)); in toUInt16()
1159 QCOMPARE(zer0.toUInt16(), quint16(0)); in toUInt16()
1201 QCOMPARE(str2.toUInt16(), quint16(0)); in toUInt16()
1205 QCOMPARE(str3.toUInt16(), quint16(0)); in toUInt16()
[all …]
H A Dtst_qscriptvalue.h92 void toUInt16(); in Q_DECLARE_METATYPE()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/lowenergyscanner/
H A Dserviceinfo.cpp99 quint16 result16 = uuid.toUInt16(&success); in getUuid()
H A Dcharacteristicinfo.cpp94 quint16 result16 = uuid.toUInt16(&success); in getUuid()
/dports/polish/kadu/kadu-4.3/plugins/sms/
H A Dsms-gateway-manager.cpp57 gateway.setMaxLength(gatewayMaxLength.toUInt16()); in load()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsengine.cpp864 *reinterpret_cast<unsigned short*>(ptr) = val->toUInt16(); in convertV2()
870 *reinterpret_cast<unsigned char*>(ptr) = val->toUInt16(); in convertV2()
873 *reinterpret_cast<QChar*>(ptr) = val->toUInt16(); in convertV2()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsengine.cpp864 *reinterpret_cast<unsigned short*>(ptr) = val->toUInt16(); in convertV2()
870 *reinterpret_cast<unsigned char*>(ptr) = val->toUInt16(); in convertV2()
873 *reinterpret_cast<QChar*>(ptr) = val->toUInt16(); in convertV2()
/dports/deskutils/syncthingtray/syncthingtray/tray/application/
H A Dsingleinstance.cpp91 const auto argc = BE::toUInt16(argData.get()); in readArgs()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/script/qscriptvalue/
H A Dtst_qscriptvalue.cpp138 void toUInt16();
755 void tst_QScriptValue::toUInt16() in toUInt16() function in tst_QScriptValue
759 val.toUInt16(); in toUInt16()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothservicediscoveryagent_android.cpp368 auto uuid16 = uuid.toUInt16(&ok); in populateDiscoveredServices()
451 auto clsId = QBluetoothUuid::ServiceClassUuid(uuid.toUInt16()); in populateDiscoveredServices()
H A Dqlowenergydescriptor.cpp284 quint16 shortUuid = u.toUInt16(&ok); in type()
H A Dqlowenergycharacteristic.cpp160 static_cast<QBluetoothUuid::CharacteristicType>(uuid().toUInt16())); in name()
H A Dqbluetoothuuid.h389 quint16 toUInt16(bool *ok = nullptr) const;
/dports/deskutils/syncthingtray/c++utilities/io/
H A Dbinaryreader.h255 return BE::toUInt16(m_buffer); in readUInt16BE()
409 return LE::toUInt16(m_buffer); in readUInt16LE()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptvalue.h157 quint16 toUInt16() const;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptvalue.h157 quint16 toUInt16() const;
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptvalue.h159 quint16 toUInt16() const;
H A Dqscriptvalueimplfwd_p.h137 inline quint16 toUInt16() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptvalue.h143 quint16 toUInt16() const;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimString.cpp603 ossim_uint16 ossimString::toUInt16()const in toUInt16() function in ossimString
622 ossim_uint16 ossimString::toUInt16(const ossimString& aString) in toUInt16() function in ossimString
624 return aString.toUInt16(); in toUInt16()

12345