Searched defs:nRight (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c384 int nRight,
389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
380 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c596 int nRight; /* Tokens to the right of last highlight */ local
600 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
601 nDesired = (nLeft-nRight)/2;
H A Dfts3.c1724 int nRight, /* Maximum difference in token positions */
1733 if( fts3PoslistPhraseMerge(0, nRight, 0, 0, pp1, pp2) ) return 1;
1743 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2);
2493 int nLeft, nRight; local
2509 nRight = nList;
2514 nRight = nOut;
2521 mt, nDist, 0, pOut, &nOut, aLeft, nLeft, aRight, nRight, &nDoc
2557 int nRight, /* As nRight */
2566 aOut = sqlite3_malloc(nLeft+nRight
1721 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
2549 fts3NearMerge( int mergetype, int nNear, int nTokenLeft, char *aLeft, int nLeft, int nTokenRight, char *aRight, int nRight, char **paOut, int *pnOut ) argument
2872 int nRight; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1364 int nRight = *pnRight; local
1367 assert( nLeft>0 && nRight>0 );
1368 while( iRight<nRight || iLeft<nLeft ){
1373 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
1385 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
H A Dtest1.c1826 int nRight,
1835 Tcl_ListObjAppendElement(0, pScript, Tcl_NewStringObj((char *)zRight,nRight));
1822 testCreateCollationCmp( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp166 FX_INT32 nRight = m_LineArray.GetSize() - 1; local
167 FX_INT32 nMid = (nLeft + nRight) / 2;
168 while (nLeft <= nRight) {
171 nRight = nMid - 1;
172 nMid = (nLeft + nRight) / 2;
175 nMid = (nLeft + nRight) / 2;
192 FX_INT32 nRight = m_LineArray.GetSize() - 1; local
196 while (nLeft <= nRight) {
207 nRight = nMid - 1;
208 nMid = (nLeft + nRight) /
247 FX_INT32 nRight = range.EndPos.nWordIndex + 1; local
1164 FX_INT32 nRight = m_SectionArray.GetSize() - 1; local
1573 FX_INT32 nRight = nTotal - 1; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1874 int nRight = nIdx-nLeft; local
1879 SortByDistance(aRight, nRight, aDistance, aSpare);
1884 while( iLeft<nLeft || iRight<nRight ){
1888 }else if( iRight==nRight ){
1943 int nRight = nIdx-nLeft; local
1948 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
1952 while( iLeft<nLeft || iRight<nRight ){
1957 if( (iLeft!=nLeft) && ((iRight==nRight)
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1452 const char *pRight, int nRight,
1460 if( nRight!=0) dataBufferAppend(pOut, pRight, nRight);
1463 if( nRight==0 ){
1470 rc = dlrInit(&right, DL_DEFAULT, pRight, nRight);
1591 const char *pRight, int nRight,
1599 if( nLeft==0 || nRight==0 ) return SQLITE_OK;
1605 rc = dlrInit(&right, DL_POSITIONS, pRight, nRight);
1641 const char *pRight, int nRight,
1648 if( nLeft==0 || nRight
1450 docListUnion( const char *pLeft, int nLeft, const char *pRight, int nRight, DataBuffer *pOut ) argument
1589 docListPhraseMerge( const char *pLeft, int nLeft, const char *pRight, int nRight, DocListType iType, DataBuffer *pOut ) argument
1639 docListAndMerge( const char *pLeft, int nLeft, const char *pRight, int nRight, DataBuffer *pOut ) argument
1685 docListOrMerge( const char *pLeft, int nLeft, const char *pRight, int nRight, DataBuffer *pOut ) argument
1748 docListExceptMerge( const char *pLeft, int nLeft, const char *pRight, int nRight, DataBuffer *pOut ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44644 int nRight = *pnRight; local
114782 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
115554 int nLeft, nRight; local
115610 fts3NearMerge( int mergetype, int nNear, int nTokenLeft, char *aLeft, int nLeft, int nTokenRight, char *aRight, int nRight, char **paOut, int *pnOut ) argument
115933 int nRight; local
123240 int nRight; /* Tokens to the right of last highlight */ local
126142 int nRight = nIdx-nLeft; local
126211 int nRight = nIdx-nLeft; local
127886 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48881 int nRight = *pnRight; local
129097 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
130777 int nRight; local
142911 int nRight; /* Tokens to the right of last highlight */ local
146627 int nRight = nIdx-nLeft; local
146696 int nRight = nIdx-nLeft; local
148494 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48901 int nRight = *pnRight; local
129117 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
130809 int nRight; local
142943 int nRight; /* Tokens to the right of last highlight */ local
146659 int nRight = nIdx-nLeft; local
146728 int nRight = nIdx-nLeft; local
148526 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 896 milliseconds