Home
last modified time | relevance | path

Searched defs:cp_hi (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/tests/
H A DencodingspeculatorTest.cpp
/glogg/tests/
H A DencodingspeculatorTest.cpp42 uint8_t cp_hi = static_cast<uint8_t>((code_point & 0xFF00) >> 8); in utf8encode2bytes() local