HomeSort by relevance Sort by last modified time
    Searched defs:iCharPos (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 806 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false);
807 if (iCharPos < 0)
808 iCharPos = 0;
810 iCharPos++;
811 if (iCharPos >= iCount) {
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usp10.h 112 int iCharPos;
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 297 milliseconds