Home
last modified time | relevance | path

Searched refs:min_value_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dencodingspeculator.cpp
H A Dencodingspeculator.h
/glogg/src/
H A Dencodingspeculator.cpp52 min_value_ = 0x80; in inject_byte()
59 min_value_ = 0x800; in inject_byte()
66 min_value_ = 0x800; in inject_byte()
79 if ( code_point_ >= min_value_ ) in inject_byte()
H A Dencodingspeculator.h66 uint32_t min_value_; variable