HomeSort by relevance Sort by last modified time
    Searched refs:curChars (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 805 std::vector<CFX_RTFChar>& curChars = pCurLine->m_LineChars;
806 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false);
813 CFX_Char* pTC = &curChars[iCharPos - 1];
819 std::vector<CFX_RTFChar>(curChars.begin() + iCharPos, curChars.end());
820 curChars.erase(curChars.begin() + iCharPos, curChars.end());
824 curChars[iCharPos - 1].m_nBreakType = FX_LBT_UNKNOWN;
fgas_textbreak.cpp     [all...]

Completed in 49 milliseconds