Searched refs:m_CodeRanges (Results 1 – 2 of 2) sorted by relevance
67 CFX_ArrayTemplate<_CMap_CodeRange> m_CodeRanges; variable
253 int nSegs = m_CodeRanges.GetSize(); in ParseWord()258 … FXSYS_memcpy32(m_pCMap->m_pLeadingBytes, m_CodeRanges.GetData(), nSegs * sizeof(_CMap_CodeRange)); in ParseWord()260 …m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2) ? CPDF_CMap::TwoBytes : CPDF_CMap::One… in ParseWord()270 m_CodeRanges.Add(range); in ParseWord()