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

  /external/pdfium/core/fpdfapi/cmaps/
fpdf_cmaps.cpp 131 const uint16_t* pCur = pMap->m_pWordMap;
133 while (pCur < pEnd) {
134 if (pCur[1] == cid)
135 return pCur[0];
137 pCur += 2;
140 const uint16_t* pCur = pMap->m_pWordMap;
142 while (pCur < pEnd) {
143 if (cid >= pCur[2] && cid <= pCur[2] + pCur[1] - pCur[0]
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABDbUtil.java 103 Cursor pCur = null;
105 pCur = contentResolver.query(
111 logger.error("validateAndSyncFromContactsDb() pCur exception:", e);
117 if (pCur != null && pCur.moveToFirst()) {
119 String contactNumber = pCur.getString(pCur.getColumnIndex(
122 String contactName = pCur.getString(pCur.getColumnIndex(
124 String rawContactId = pCur.getString(pCur.getColumnIndex
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java 201 Cursor pCur =
208 if (pCur != null) {
209 pCur.getColumnNames();
210 while (pCur.moveToNext()) {
211 phoneNumber = pCur.getString(0);
215 pCur.close();
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 597 CFX_TxtChar* pCur = m_pCurLine->GetCharPtr(0);
598 bool bPrevNum = (pCur->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicIndic) != 0;
599 pCur = m_pCurLine->GetCharPtr(1);
616 wch = pCur->m_wCharCode;
620 if (m_bVertical && (pCur->m_dwCharProps & 0x8000) != 0)
624 iLineWidth -= pCur->m_iCharWidth;
636 pCur->m_iCharWidth = iCharWidth;
640 bPrevNum = (pCur->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicIndic) != 0;
641 pCur = pNext;
986 CFX_Char* pCur = &ca[iLength--]
    [all...]
fgas_rtfbreak.cpp 724 CFX_RTFChar* pCur = pCharArray + iLength;
727 pCur->m_nBreakType = FX_LBT_UNKNOWN;
729 uint32_t nCodeProp = pCur->m_dwCharProps;
731 int32_t iCharWidth = pCur->m_iCharWidth;
736 pCur = pCharArray + iLength;
737 nCodeProp = pCur->m_dwCharProps;
753 pCur->m_nBreakType = eType;
756 iCharWidth = pCur->m_iCharWidth;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]

Completed in 347 milliseconds