Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 – 4 of 4) sorted by relevance

/glogg/src/data/
H A Dlogdata.cpp395 const qint64 first_byte = (line == 0) ? in doGetLineString() local
415 const qint64 first_byte = (line == 0) ? in doGetExpandedLineString() local
454 const qint64 first_byte = (first_line == 0) ? in doGetLines() local
494 const qint64 first_byte = (first_line == 0) ? in doGetExpandedLines() local
/glogg/glogg/src/data/
H A Dlogdata.cpp
/glogg/glogg/tests/
H A DencodingspeculatorTest.cpp
/glogg/tests/
H A DencodingspeculatorTest.cpp43 uint8_t first_byte = 0xC0 | ( ( cp_hi & 0x7F ) << 2 ) | ( ( cp_low & 0xC0 ) >> 6 ); in utf8encode2bytes() local