Searched defs:bytesize (Results 1 – 8 of 8) sorted by relevance
37 bytesize: { property
183 bytesize=EIGHTBITS, argument302 def bytesize(self): member in SerialBase307 def bytesize(self, bytesize): argument
241 bytesize=EIGHTBITS, # number of data bits argument354 def setByteSize(self, bytesize): argument364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting") variable in SerialBase
84 bytesize = EIGHTBITS, argument
78 size_t bytesize() { return fGlyphs.size() * sizeof(uint16_t); } in bytesize() function
348 size_t bytesize; // Size if fixed. member
718 int32_t bytesize() const { in bytesize() function
2441 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local2718 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local