Searched refs:uclCp (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c21851 static UconvObject uclCp = NULL; /* convert between local codepage and UCS-2 */ local
21859 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS )
21860 uclCp = NULL;
21869 if ( uclCp )
21870 UniFreeUconvObject( uclCp );
21872 uclCp = NULL;
21888 if( !ucUtf8 || !uclCp )
21896 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
21917 if( !ucUtf8 || !uclCp )
21921 if( UniStrToUcs( uclCp, tempPat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c21851 static UconvObject uclCp = NULL; /* convert between local codepage and UCS-2 */ local
21859 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS )
21860 uclCp = NULL;
21869 if ( uclCp )
21870 UniFreeUconvObject( uclCp );
21872 uclCp = NULL;
21888 if( !ucUtf8 || !uclCp )
21896 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
21917 if( !ucUtf8 || !uclCp )
21921 if( UniStrToUcs( uclCp, tempPat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c21851 static UconvObject uclCp = NULL; /* convert between local codepage and UCS-2 */ local
21859 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS )
21860 uclCp = NULL;
21869 if ( uclCp )
21870 UniFreeUconvObject( uclCp );
21872 uclCp = NULL;
21888 if( !ucUtf8 || !uclCp )
21896 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
21917 if( !ucUtf8 || !uclCp )
21921 if( UniStrToUcs( uclCp, tempPat
[all...]

Completed in 973 milliseconds