Searched refs:m_CodeSeq (Results 1 – 2 of 2) sorted by relevance
334 : m_pCMap(nullptr), m_Status(0), m_CodeSeq(0) {} in CPDF_CMapParser()341 m_CodeSeq = 0; in Initialize()351 m_CodeSeq = 0; in ParseWord()354 m_CodeSeq = 0; in ParseWord()367 m_CodeSeq = 0; in ParseWord()370 m_CodePoints[m_CodeSeq] = CMap_GetCode(word); in ParseWord()371 m_CodeSeq++; in ParseWord()375 if (m_CodeSeq < 2) { in ParseWord()381 if (m_CodeSeq < 3) { in ParseWord()398 m_CodeSeq = 0; in ParseWord()[all …]
113 int m_CodeSeq; variable