Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp170 uint8_t m_LenLow; member
189 pCompact->m_LenHigh * 256 + pCompact->m_LenLow != len) { in _CompactStringSame()
204 pCompact->m_LenLow = len % 256; in _CompactStringStore()
211 pCompact->m_LenHigh * 256 + pCompact->m_LenLow); in _CompactStringGet()