Home
last modified time | relevance | path

Searched refs:nPoint (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.cpp554 int32_t nPoint = 0; in Validate() local
561 nPoint = 1; in Validate()
570 (nLength - nIntPart - nPoint > m_nDecPartLength)) { in Validate()
/external/sqlite/dist/
Dsqlite3.c154299 int nPoint; /* Number of slots used in aPoint[] */
155213 return pCur->bPoint ? &pCur->sPoint : pCur->nPoint ? pCur->aPoint : 0;
155223 assert( pCur->bPoint || pCur->nPoint );
155242 if( pCur->nPoint>=pCur->nPointAlloc ){
155249 i = pCur->nPoint++;
155325 for(ii=0; ii<pCur->nPoint; ii++){
155348 }else if( p->nPoint ){
155350 n = --p->nPoint;
/external/sqlite/dist/orig/
Dsqlite3.c154269 int nPoint; /* Number of slots used in aPoint[] */
155183 return pCur->bPoint ? &pCur->sPoint : pCur->nPoint ? pCur->aPoint : 0;
155193 assert( pCur->bPoint || pCur->nPoint );
155212 if( pCur->nPoint>=pCur->nPointAlloc ){
155219 i = pCur->nPoint++;
155295 for(ii=0; ii<pCur->nPoint; ii++){
155318 }else if( p->nPoint ){
155320 n = --p->nPoint;