Searched defs:IcuCursor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c30 typedef struct IcuCursor IcuCursor; typedef in typeref:struct:IcuCursor
37 struct IcuCursor { struct
103 IcuCursor *pCsr;
119 pCsr = (IcuCursor *)sqlite3_malloc(
120 sizeof(IcuCursor) + /* IcuCursor */
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
122 nChar * sizeof(UChar) /* IcuCursor.aChar[] */
127 memset(pCsr, 0, sizeof(IcuCursor));
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c30 typedef struct IcuCursor IcuCursor; typedef in typeref:struct:IcuCursor
37 struct IcuCursor { struct
103 IcuCursor *pCsr;
119 pCsr = (IcuCursor *)sqlite3_malloc(
120 sizeof(IcuCursor) + /* IcuCursor */
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
122 nChar * sizeof(UChar) /* IcuCursor.aChar[] */
127 memset(pCsr, 0, sizeof(IcuCursor));
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c128024 typedef struct IcuCursor IcuCursor; typedef in typeref:struct:IcuCursor
128031 struct IcuCursor { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c148647 typedef struct IcuCursor IcuCursor; typedef in typeref:struct:IcuCursor
148654 struct IcuCursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c148679 typedef struct IcuCursor IcuCursor; typedef in typeref:struct:IcuCursor
148686 struct IcuCursor { struct
[all...]

Completed in 1782 milliseconds