Searched refs:aOffset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c43 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
128 pCsr->aOffset = (int *)&pCsr[1];
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
131 pCsr->aOffset[iOut] = iInput;
141 pCsr->aOffset[iOut] = iInput;
231 *piStartOffset = pCsr->aOffset[iStart];
232 *piEndOffset = pCsr->aOffset[iEnd];
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c43 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
128 pCsr->aOffset = (int *)&pCsr[1];
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
131 pCsr->aOffset[iOut] = iInput;
141 pCsr->aOffset[iOut] = iInput;
231 *piStartOffset = pCsr->aOffset[iStart];
232 *piEndOffset = pCsr->aOffset[iEnd];
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h81 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
H A Dvdbe.c2090 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
2189 aOffset = pC->aOffset;
2193 pC->aOffset = aOffset = &aType[nField];
2272 /* Scan the header and use it to fill in the aType[] and aOffset[]
2274 ** column and aOffset[i] will contain the offset from the beginning
2279 aOffset[i] = offset;
2294 aOffset[
[all...]
H A Dvdbeblob.c76 p->iOffset = v->apCsr[0]->aOffset[p->iCol];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12310 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
62735 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
106437 static const unsigned short int aOffset[121] = { local
128227 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12916 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
65079 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
111422 static const unsigned short int aOffset[121] = { local
133942 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12916 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
65107 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
111458 static const unsigned short int aOffset[121] = { local
133988 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]

Completed in 418 milliseconds