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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c41 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
107 int nChar; local
118 nChar = nInput+1;
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
122 nChar * sizeof(UChar) /* IcuCursor.aChar[] */
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
136 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
155 pCsr->nChar = iOut;
201 U16_NEXT(pCsr->aChar, iWhite, pCsr->nChar, c);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c41 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
107 int nChar; local
118 nChar = nInput+1;
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
122 nChar * sizeof(UChar) /* IcuCursor.aChar[] */
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
136 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
155 pCsr->nChar = iOut;
201 U16_NEXT(pCsr->aChar, iWhite, pCsr->nChar, c);
/external/chromium_org/third_party/sqlite/src/src/
H A Dutf.c484 ** zIn is a UTF-16 encoded unicode string at least nChar characters long.
485 ** Return the number of bytes in the first nChar unicode characters
486 ** in pZ. nChar must be non-negative.
488 int sqlite3Utf16ByteLen(const void *zIn, int nChar){ argument
494 while( n<nChar ){
499 while( n<nChar ){
H A Dfunc.c1055 int nChar; /* Number of characters in zCharSet */ local
1067 nChar = 1;
1075 for(z=zCharSet, nChar=0; *z; nChar++){
1078 if( nChar>0 ){
1079 azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1));
1083 aLen = (unsigned char*)&azChar[nChar];
1084 for(z=zCharSet, nChar=0; *z; nChar++){
1085 azChar[nChar]
[all...]
H A Dos_win.c178 int nChar; local
181 nChar = MultiByteToWideChar(CP_UTF8, 0, zFilename, -1, NULL, 0);
182 zWideFilename = malloc( nChar*sizeof(zWideFilename[0]) );
186 nChar = MultiByteToWideChar(CP_UTF8, 0, zFilename, -1, zWideFilename, nChar);
187 if( nChar==0 ){
H A Dselect.c131 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon14658
149 if( p->n==aKeyword[j].nChar
H A DsqliteInt.h2395 int nChar; /* Length of the string so far */ member in struct:StrAccum
2884 int sqlite3Utf16ByteLen(const void *pData, int nChar);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkkeywordhash.c345 int nChar; local
413 nChar = 0;
417 p->offset = nChar;
418 nChar += p->len;
426 p->offset = nChar - k;
427 nChar = p->offset + p->len;
478 totalLen + nKeyword, nChar+1 );
498 printf(" static const char zText[%d] = {\n", nChar);
499 zText[nChar] = 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10755 int nChar; /* Length of the string so far */ member in struct:StrAccum
11244 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
19116 *(va_arg(ap,int*)) = pAccum->nChar;
19259 if( p->nChar+N >= p->nAlloc ){
19263 N = p->nAlloc - p->nChar - 1;
19269 i64 szNew = p->nChar;
19284 if( zOld==0 ) memcpy(zNew, p->zText, p->nChar);
19293 memcpy(&p->zText[p->nChar], z, N);
19294 p->nChar += N;
19304 p->zText[p->nChar]
20162 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
31313 int nChar; local
82961 int nChar; /* Number of characters in zCharSet */ local
90260 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon14640
128237 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
128303 int nChar; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11311 int nChar; /* Length of the string so far */ member in struct:StrAccum
11821 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
19924 *(va_arg(ap,int*)) = pAccum->nChar;
20059 assert( p->zText!=0 || p->nChar==0 );
20066 if( p->nChar+N >= p->nAlloc ){
20070 N = p->nAlloc - p->nChar - 1;
20076 i64 szNew = p->nChar;
20091 if( zOld==0 && p->nChar>0 ) memcpy(zNew, p->zText, p->nChar);
20101 memcpy(&p->zText[p->nChar],
20971 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
33027 int nChar; local
87199 int nChar; /* Number of characters in zCharSet */ local
94637 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon26736
133940 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
134006 int nChar; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11311 int nChar; /* Length of the string so far */ member in struct:StrAccum
11821 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
19924 *(va_arg(ap,int*)) = pAccum->nChar;
20059 assert( p->zText!=0 || p->nChar==0 );
20066 if( p->nChar+N >= p->nAlloc ){
20070 N = p->nAlloc - p->nChar - 1;
20076 i64 szNew = p->nChar;
20091 if( zOld==0 && p->nChar>0 ) memcpy(zNew, p->zText, p->nChar);
20101 memcpy(&p->zText[p->nChar],
20971 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
33055 int nChar; local
87235 int nChar; /* Number of characters in zCharSet */ local
94673 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon26761
133988 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
134054 int nChar; local
[all...]

Completed in 555 milliseconds