Home | History | Annotate | Download | only in fpdftext

Lines Matching refs:m_TempCharList

674   if (m_TempCharList.empty())
686 m_TempCharList.erase(m_TempCharList.begin() + i);
702 AddCharInfoByRLDirection(bidi.CharAt(m - 1), m_TempCharList[m - 1]);
706 AddCharInfoByLRDirection(bidi.CharAt(m), m_TempCharList[m]);
709 m_TempCharList.clear();
885 m_TempCharList.push_back(charinfo);
890 if (m_TempCharList.empty() && m_CharList.empty())
894 m_TempCharList.empty() ? m_CharList.back() : m_TempCharList.back();
903 int32_t j = pdfium::CollectionSize<int32_t>(m_TempCharList) - 1;
905 std::swap(m_TempCharList[i], m_TempCharList[j]);
906 std::swap(m_TempCharList[i].m_Index, m_TempCharList[j].m_Index);
966 m_TempCharList.push_back(generateChar);
993 m_TempCharList.pop_back();
995 PAGECHAR_INFO* charinfo = &m_TempCharList.back();
1022 pdfium::CollectionSize<int32_t>(m_TempCharList);
1077 m_TempCharList.push_back(charinfo);
1121 m_TempCharList.push_back(charinfo);
1127 const int count = std::min(pdfium::CollectionSize<int>(m_TempCharList), 7);
1130 for (int n = pdfium::CollectionSize<int>(m_TempCharList);
1131 n > pdfium::CollectionSize<int>(m_TempCharList) - count; n--) {
1132 const PAGECHAR_INFO& charinfo1 = m_TempCharList[n - 1];
1150 m_TempCharList.push_back(charinfo);
1156 m_TempCharList.pop_back();
1217 if (!m_TempCharList.empty())
1218 preInfo = &m_TempCharList.back();
1454 if (!m_TempCharList.empty())
1455 preChar = &m_TempCharList.back();