Home | History | Annotate | Download | only in fpdf_page

Lines Matching defs:abbr

24   _FX_BSTR abbr;
61 const CFX_ByteStringC& abbr) {
63 if (abbr.GetLength() != table[i].abbr.m_Size)
65 if (memcmp(abbr.GetPtr(), table[i].abbr.m_Ptr, abbr.GetLength()))