Home
last modified time | relevance | path

Searched refs:nChar (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyesRenderer.cpp478 int l, nChar; in BuildShaderErrorLog() local
482 glGetShaderInfoLog(id, l, &nChar, info); in BuildShaderErrorLog()
/third_party/glib/glib/
Dwin_iconv.c704 int nChar
709 int nChar
/third_party/sqlite/src/
Dsqlite3.c18836 u32 nChar; /* Length of the string so far */ member
19795 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
29262 assert( pAccum->nChar>0 || (pAccum->printfFlags&SQLITE_PRINTF_MALLOCED)==0 );
29701 *(va_arg(ap,int*)) = pAccum->nChar;
29770 if( pAccum->nChar==0
29782 pAccum->nChar = 0x7fffffff & (int)strlen(bufpt);
29929 assert( p->nChar+(i64)N >= p->nAlloc ); /* Only called if really needed */
29937 return p->nAlloc - p->nChar - 1;
29940 i64 szNew = p->nChar;
29942 if( szNew+p->nChar<=p->mxAlloc ){
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch94026 assert( p->nChar+(i64)N >= p->nAlloc ); /* Only called if really needed */
102413 + assert( pStr!=0 && pStr->nChar==0 );
102429 + sqlite3AtoF(zVal, &r2, pStr->nChar, SQLITE_UTF8);
102465 + pStr->nChar = nBlob*2 + 3;
102521 + sqlite3_result_text(context, sqlite3StrAccumFinish(&str), str.nChar,
103228 u8 nChar; /* Length of the keyword in characters */
131667 assert( p->nChar+(i64)N >= p->nAlloc ); /* Only called if really needed */
140054 + assert( pStr!=0 && pStr->nChar==0 );
140070 + sqlite3AtoF(zVal, &r2, pStr->nChar, SQLITE_UTF8);
140106 + pStr->nChar = nBlob*2 + 3;
[all …]