HomeSort by relevance Sort by last modified time
    Searched refs:ucUtf8 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 609 static UconvObject ucUtf8 = NULL; /* convert between UTF-8 and UCS-2 */
616 if( UniCreateUconvObject( UTF_8, &ucUtf8 ) != ULS_SUCCESS )
617 ucUtf8 = NULL;
626 if ( ucUtf8 )
627 UniFreeUconvObject( ucUtf8 );
630 ucUtf8 = NULL;
647 if( !ucUtf8 || !uclCp )
651 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
676 if( !ucUtf8 || !uclCp )
684 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH )
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 251 milliseconds