Searched defs:pIdx (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Ddicttest.cpp91 int32_t pos, pIdx; local
97 for (pIdx = 0; pIdx < phrase.length(); pIdx++) {
98 if (phrase.charAt(pIdx) == 0x007C /* | */) {
99 breaks.addElement(pIdx, status);
100 phrase.remove(pIdx, 1);
103 breaks.addElement(pIdx, status);
/external/sqlite/dist/orig/
H A Dsqlite3.c10787 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10797 Index *pIdx; /* Index when WHERE_INDEXED is true */ member in union:WherePlan::__anon10975
10820 int iIdxCur; /* The VDBE cursor used to access pIdx */
49521 Index *pIdx = (Index *)sqliteHashData(p); local
50516 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
71391 Index *pIdx; local
75884 Index *pIdx; /* Iterator variable */ local
79696 Index *pIdx; /* An index to being analyzed */ local
80039 Index *pIdx; local
80158 sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx) argument
80211 Index *pIdx; /* Pointer to the index object */ local
80243 Index *pIdx; /* Pointer to the index object */ local
80341 Index *pIdx = sqliteHashData(i); local
82428 Index *pIdx; local
82539 identPut(char *z, int *pIdx, char *zSignedIdent) argument
83083 Index *pIdx = sqliteHashData(pElem); local
83127 Index *pIdx; local
83973 Index *pIdx; local
84153 sqlite3DefaultRowEst(Index *pIdx) argument
84985 sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx) argument
85704 Index *pIdx; /* For looping over indices of the table */ local
86064 Index *pIdx; local
86085 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
87929 Index *pIdx = 0; /* Value to return via *ppIdx */ local
88055 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
88210 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
88461 Index *pIdx = 0; /* Index on key columns in pTo */ local
88546 Index *pIdx = 0; /* Foreign key index for pFKey */ local
88611 Index *pIdx = 0; local
88728 Index *pIdx = 0; /* Parent key index for this FK */ local
89019 sqlite3IndexAffinityStr(Vdbe *v, Index *pIdx) argument
89410 Index *pIdx; /* For looping over indices of the table */ local
90121 Index *pIdx; /* Pointer to one of the indices */ local
90400 Index *pIdx; local
90455 Index *pIdx; local
93003 Index *pIdx; local
93027 Index *pIdx; local
93220 Index *pIdx; local
93250 Index *pIdx; local
97661 Index *pIdx; local
98872 Index *pIdx; /* Iterator variable */ local
100541 Index *pIdx; /* For looping over indices */ local
103967 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
104005 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
104065 Index *pIdx; local
104133 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
104538 Index *pIdx; /* Object describing the transient index */ local
104991 whereKeyStats( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, tRowcnt *aStat ) argument
105417 Index *pIdx; /* Copy of pProbe, or zero for IPK index */ local
106109 Index *pIdx; /* The index being used for this loop */ local
106586 Index *pIdx; /* The index we will be using */ local
107046 Index *pIdx = pWInfo->a[i].plan.u.pIdx; local
107313 Index *pIdx; /* Index for FROM table at pTabItem */ local
107757 Index *pIdx = pLevel->plan.u.pIdx; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10787 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10797 Index *pIdx; /* Index when WHERE_INDEXED is true */ member in union:WherePlan::__anon11000
10820 int iIdxCur; /* The VDBE cursor used to access pIdx */
49532 Index *pIdx = (Index *)sqliteHashData(p); local
50527 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
71402 Index *pIdx; local
75895 Index *pIdx; /* Iterator variable */ local
79707 Index *pIdx; /* An index to being analyzed */ local
80050 Index *pIdx; local
80169 sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx) argument
80222 Index *pIdx; /* Pointer to the index object */ local
80254 Index *pIdx; /* Pointer to the index object */ local
80352 Index *pIdx = sqliteHashData(i); local
82439 Index *pIdx; local
82550 identPut(char *z, int *pIdx, char *zSignedIdent) argument
83094 Index *pIdx = sqliteHashData(pElem); local
83138 Index *pIdx; local
83984 Index *pIdx; local
84164 sqlite3DefaultRowEst(Index *pIdx) argument
84996 sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx) argument
85715 Index *pIdx; /* For looping over indices of the table */ local
86075 Index *pIdx; local
86096 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
87940 Index *pIdx = 0; /* Value to return via *ppIdx */ local
88066 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
88221 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
88472 Index *pIdx = 0; /* Index on key columns in pTo */ local
88557 Index *pIdx = 0; /* Foreign key index for pFKey */ local
88622 Index *pIdx = 0; local
88739 Index *pIdx = 0; /* Parent key index for this FK */ local
89030 sqlite3IndexAffinityStr(Vdbe *v, Index *pIdx) argument
89421 Index *pIdx; /* For looping over indices of the table */ local
90132 Index *pIdx; /* Pointer to one of the indices */ local
90411 Index *pIdx; local
90466 Index *pIdx; local
93014 Index *pIdx; local
93038 Index *pIdx; local
93231 Index *pIdx; local
93261 Index *pIdx; local
97672 Index *pIdx; local
98883 Index *pIdx; /* Iterator variable */ local
100552 Index *pIdx; /* For looping over indices */ local
103978 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
104016 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
104076 Index *pIdx; local
104144 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
104549 Index *pIdx; /* Object describing the transient index */ local
105002 whereKeyStats( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, tRowcnt *aStat ) argument
105428 Index *pIdx; /* Copy of pProbe, or zero for IPK index */ local
106120 Index *pIdx; /* The index being used for this loop */ local
106597 Index *pIdx; /* The index we will be using */ local
107057 Index *pIdx = pWInfo->a[i].plan.u.pIdx; local
107324 Index *pIdx; /* Index for FROM table at pTabItem */ local
107768 Index *pIdx = pLevel->plan.u.pIdx; local
[all...]

Completed in 1374 milliseconds