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

  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 298 const FX_ARBFORMTABLE* CFX_ArabicChar::ParseChar(const CFX_Char* pTC,
301 if (pTC == NULL) {
306 eType = (FX_CHARTYPE)pTC->GetCharType();
307 wChar = (FX_WCHAR)pTC->m_wCharCode;
844 baseType* pTC;
848 pTC = chars.GetDataPtr(i);
849 pTC->m_iBidiClass = (int16_t)iValue;
853 pTC = chars.GetDataPtr(i);
854 pTC->m_iBidiLevel = (int16_t)iValue;
862 baseType* pTC;
    [all...]
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp 474 CFX_Char* pTC;
479 pTC = pPiece->GetCharPtr(j);
480 if (pTC->m_iCharWidth <= 0) {
483 *pCharWidths = pTC->m_iCharWidth;
568 CFX_Char* pTC = NULL;
580 pTC = pPiece->GetCharPtr(j);
581 int32_t iCurCharWidth = pTC->m_iCharWidth > 0 ? pTC->m_iCharWidth : 0;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 280 CFX_RTFChar* pTC;
283 pTC = tca.GetDataPtr(iStart--);
284 if (pTC->m_iCharWidth >= 0 ||
285 pTC->GetCharType() != FX_CHARTYPE_Combination) {
287 return pTC;
666 CFX_RTFChar* pTC = GetLastChar(0);
667 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType();
700 const CFX_RTFChar* pTC;
708 pTC = pCurChars + i;
    [all...]
fx_textbreak.cpp 219 CFX_TxtChar* pTC = (CFX_TxtChar*)m_pCurLine->GetCharPtr(iCount - 1);
220 if (pTC->m_dwStatus == 0) {
221 pTC->m_dwStatus = FX_TXTBREAK_PieceBreak;
257 CFX_TxtChar* pTC;
260 pTC = ca.GetDataPtr(iStart--);
261 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) {
265 return pTC;
668 CFX_Char* pTC;
670 pTC = m_pCurLine->GetCharPtr(iCount - 1);
671 switch (pTC->GetCharType()) {
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1174 milliseconds