Searched defs:first_byte (Results 1 – 4 of 4) sorted by relevance
395 const qint64 first_byte = (line == 0) ? in doGetLineString() local415 const qint64 first_byte = (line == 0) ? in doGetExpandedLineString() local454 const qint64 first_byte = (first_line == 0) ? in doGetLines() local494 const qint64 first_byte = (first_line == 0) ? in doGetExpandedLines() local
43 uint8_t first_byte = 0xC0 | ( ( cp_hi & 0x7F ) << 2 ) | ( ( cp_low & 0xC0 ) >> 6 ); in utf8encode2bytes() local